How to multi-line “Replace in files…” in Notepad++

后端 未结 4 1452
一生所求
一生所求 2021-01-31 01:33

If the free source code editor Notepad++ has the feature \"Find in files...\", that is without the files being opened in the editor, does it also have the feature \"Replace in f

4条回答
  •  不要未来只要你来
    2021-01-31 01:47

    It's easy to do multiline replace in Notepad++. You have to use \n to represent the newline in your string, and it works for both search and replace strings. You have to make sure to select "Extended" search mode in the bottom left corner of the search window.

    I found a good article describing the features here: http://markantoniou.blogspot.com/2008/06/notepad-how-to-use-regular-expressions.html

提交回复
热议问题