Delete all lines starting with # or ; in Notepad++

前端 未结 5 1133
被撕碎了的回忆
被撕碎了的回忆 2020-12-07 09:53

Using Notepad++, how do I remove all lines starting with # or ;?

5条回答
  •  醉话见心
    2020-12-07 10:15

    In Notepad++, you can use the Mark tab in the Find dialogue to Bookmark all lines matching your query which can be regex or normal (wildcard).

    Then use Search > Bookmark > Remove Bookmarked Lines.

提交回复
热议问题