Page 1 of 1

delete whole line with replace

Posted: Tue Oct 08, 2002 4:12 pm
by carsten
Hi all,

I can mark the whole line with a reg.expr.
If I replace it with 'nothing', a blank line remains.
how can I delete the whole line ???

thanks
carsten

Re: delete whole line with replace

Posted: Tue Oct 08, 2002 9:23 pm
by Ed
put \n at the end of the search line

Re: delete whole line with replace

Posted: Wed Oct 09, 2002 6:30 am
by carsten
Thanks a lot, Ed, that works