How do I delete specific lines in Notepad++?

前端 未结 8 1411
太阳男子
太阳男子 2020-11-28 19:52

I\'m cleaning up some code files (C#) and want to remove the regions. And I would like to delete all the lines that have the string \'#region\'. That\'s just an example, and

8条回答
  •  無奈伤痛
    2020-11-28 20:22

    You can try doing a replace of #region with \n, turning extended search mode on.

提交回复
热议问题