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
You can try doing a replace of #region with \n, turning extended search mode on.