On Thu, 2005-02-17 at 17:24, Keith Bates wrote:
[snip]
> I would like to strip out all lines beginning with a % and leave all
> other lines intact.
> 
> Can someone please tell me how to do this with regular expressions?

Find 1:^%.*
Find 2: ^$

Thanks, Ian Laurenson


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to