How to find and replace CRLF using Notepad++
You can use regular expression to find CRLF character,
- Open file in Notepad++
- Goto Find & Replace ,
- Make sure that in Search Mode, Regular Expression option is selected.
- In "Find what" add regular expression [ ]+ and in Replace with :
- CRLF will be replaced with newline character.