I am trying to find and delete a line using Notepad++
I need to find lines in this file (UNIX Format) that match the string \'#RedirectMatch Permanent
\'
Provide the following in the search dialog:
Find What: ^$\r\n Replace With: (Leave it empty)
^$\r\n
Click Replace All