[Solved] Notepad++ regex / Excel macro to delete specific range of lines


You can do a regular expression replace in Notepad++.

Find : FF.*?\-\-\-
Replace with: (Blank Text)
Search Mode: Regular Expression
Check . Match New Lines checkbox

3

solved Notepad++ regex / Excel macro to delete specific range of lines