Page 1 of 1

Replace a line of text (delete the line)

Posted: Thu Apr 26, 2007 5:23 pm
by PSinc
I am wondering if it is possible to do a replace expression where it will simply delete the line. I can do this and then there is a blank line.
I want the line to be removed and the line below it moved up.

Is this possible?

Regards,
Pat

Posted: Thu Apr 26, 2007 6:03 pm
by ben_josephs
Find what: ^.*whatever you're looking for.*\n
Replace with: [nothing]

[X] Regular expression