Page 1 of 1

How to Replace single random line

Posted: Wed Sep 19, 2007 4:01 am
by digitalmonkeyman
Can anyone help me on this one? I need to replace the following, and the name is different in each file;

by: Chris Anderson
or
by: John Martin
or
by: Joe Smith

I would like to replace the
'by: name name'
line in multiple files with a blank line
what paramaters do I use?
Thanks

Re: How to Replace single random line

Posted: Thu Sep 20, 2007 8:11 am
by Abacre
Go to Batch replace tab, check on "Use regular expressions".
Put into the grid, search for:
^by: .*$

Replace with:
empty string

That's all I verified it works perfectly.