Page 1 of 1

Two character line deletion with quotation mark

Posted: Mon Jan 31, 2005 5:32 pm
by pdo2641
I have a simple request.

How do I eliminate a line:
">
Two characters followed by a CRLF
I tried various \"\> and other variations. Can seem to find it in html files.

thanks

Posted: Mon Jan 31, 2005 5:32 pm
by Abacre
Hi pdo,

The correct "search for" is the following:
">\r\n

"replace with" should be empty.

I tried it few minutes ago and it works perfectly.