Double New Line
-
Hi,
Trying to trap two new line characters by \n\n to replace with \n******\n. I am searching with regular expression, but not finding the double new line combination.
What do I need to add to the search string to find two new line characters juxtaposed against each other, please?
Thanks,
-SHD -
\r\n\r\n
-
Success, thanks.