Page 1 of 1

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

Posted: Tue Mar 28, 2017 6:26 pm
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!

Posted: Tue Mar 28, 2017 7:22 pm
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:

Posted: Wed Mar 29, 2017 6:58 am
by AmigoJack
Or

Code: Select all

\n{2,}