Notepad++ remove carrigae return format via regular expression [\r\n]+ replaced with :\n

How to find and replace CRLF using Notepad++

You can use regular expression to find CRLF character,

  1. Open file in Notepad++
  2. Goto Find & Replace ,
  3. Make sure that in Search Mode, Regular Expression option is selected.
  4. In "Find what" add regular expression [\r\n]+ and in Replace with : \n
  5. CRLF will be replaced with newline character.

 

posted @ 2020-05-13 09:49  FredGrit  阅读(123)  评论(0编辑  收藏  举报