How do I replace two or more \n SOLUTION . . .

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
no.cache
Posts: 165
Joined: Thu May 15, 2003 2:52 pm

How do I replace two or more \n SOLUTION . . .

Post by no.cache »

I'm uncertain how to refer to this symbol :idea: function :idea:

Code: Select all

\n
but I'm trying to see if it's possible to search for two or more of these and replace them with \n\n.

How would I do it? Thanks guys!
Last edited by no.cache on Tue Mar 28, 2017 7:23 pm, edited 1 time in total.
Trump.
Jesus wept.
User avatar
no.cache
Posts: 165
Joined: Thu May 15, 2003 2:52 pm

Post by no.cache »

I can't believe it, I actually found this out on my own! :shock: It's a world record!

Code: Select all

\n\n+
:mrgreen:
Trump.
Jesus wept.
User avatar
AmigoJack
Posts: 499
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Post by AmigoJack »

Or

Code: Select all

\n{2,}
Post Reply