new lines in replace?
-
So, I need to replace text. In “Find what”, it handles new lines in between characters/text just fine. However, the “replace with” field doesn’t recognize new lines from pasting. It simply cuts off all content after the new line/linebreak.
-
Use Extended for the Search mode and then use
\r\n
in the Replace with text where you want the “new line/linebreak” to occur.