Remove carriage return or line break

Solved
bernard lortic -  
jeannets Posted messages 28390 Registration date   Status Contributor Last intervention   -
Hello,
I want to remove line breaks in a txt document. I did "find \n"; it (notepad++) finds them but does not replace them!

A ritchi: no, that doesn't remove the paragraph breaks.

Thanks, I found it with the \r.

Configuration: Windows 7 / Firefox 49.0

3 answers

  1. C-Claire Posted messages 4562 Registration date   Status Member Last intervention   2 250
     
    Hello Bernard,

    If you display the invisible characters by clicking on the [¶] icon, you will see the CR and LF codes at the end of the line (carriage return and line feed).
    To represent them, in the "Find" field, type \r\n with the "Extended mode" checked.

    --
    C-Claire
    5