zoukankan      html  css  js  c++  java
  • Notepad++ remove carrigae return format via regular expression [ ]+ replaced with :

    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 [ ]+ and in Replace with : 
    5. CRLF will be replaced with newline character.
  • 相关阅读:
    11.29
    11.28
    11.24
    11.21
    11.17
    11.15
    11.14
    11.9
    11.5
    11.3
  • 原文地址:https://www.cnblogs.com/Fred1987/p/12880556.html
Copyright © 2011-2022 走看看