Search Results

1
vote
4answers
1k views

How to delete specific lines on notepad++?

I'm cleaning up some code files (c#) and want to remove the regions. And what I would like to do is delete all the lines that have the string '#region'. That's just an example, I can think of sever …