Let's say I have text like this:
jessica\n\n\nhello\n\n\n\nhow are you doing?
How can I use regex to determine if there is more than 2 line breaks, replace it with 2 line breaks max.
|
|
|
|||
|
|
|
Another, simpler and perhaps easier-to-understand solution:
|
|||
|
|