| Title |
Test
Find
Removes New Lines from a String(s)
|
| Expression |
(.+[^\n]+)\r\n([^\n]+) |
| Description |
This will remove all \n (new line carriages) in a string(s) and combine multiple sentences into one.
Replacement Syntax: \1 \2
Tested in Notepad++
|
| Matches |
Any string that does not start with \n and has a \r\n between. |
| Non-Matches |
[^\n] |
| Author |
Rating:
Not yet rated.
Brad
|
| Source |
https://stackoverflow.com/questions/23893429/notepad-backspace-before-word |
| Your Rating |
|