How do I replace the string "\r\n" with the same characters. Example:
Hello World.\r\nHello World.
replaced with:
Hello World.
Hello World.
|
How do I replace the string "\r\n" with the same characters. Example:
replaced with:
|
|||
|
|
|
Press CTRL-h and the Replace dialog will open. Type |
|||
|
|
In the find screen, on the replace tab choose extended search. |
||||
|
Copy a newline and use the Search and Replace function to replace \r\n with the newline. The newline character will show up as an empty box. |
|||||
|