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
\'
If it supports standard regex...
find: ^.*#RedirectMatch Permanent.*$ replace:
Replace with nothing.