Is there a simple way of removing linebreaks in Notepad++?
For example:
This text has been splitted
in lines, and it's longer than
3200 words, so it would be great
to find and replace line breaks
like these.
Is there a simple way of removing linebreaks in Notepad++?
For example:
This text has been splitted
in lines, and it's longer than
3200 words, so it would be great
to find and replace line breaks
like these.
It will put in spaces automatically if necessary to prevent words from getting stuck together
For me, using Win 7, I had to use
\r
in the Find box and type in <space> in the Replace box so that there is a single space between the last word of the current line and the first word of the next line.