Displaying page
of
pages;
Items to
Title |
Test
Details
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
|
Displaying page
of
pages;
Items to