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:
| |||
|
feedback
|
|
Press CTRL-h and the Replace dialog will open. Type | |||
|
feedback
|
|
In the find screen, on the replace tab choose extended search. | |||||||||
feedback
|
|
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. | |||
|
feedback
|