Re: FilterChains - LineContains

2004-08-31 Thread Matt Benson
You should be able to use linecontainsregexp with | (or) delimited regular expressions. HTH, Matt --- Joyce Li <[EMAIL PROTECTED]> wrote: > The LineContains filter reports lines that contain > all strings listed. I > want to search through files and find the ones that > contains either > string

FilterChains - LineContains

2004-08-31 Thread Joyce Li
The LineContains filter reports lines that contain all strings listed. I want to search through files and find the ones that contains either string A or string B. Is there a way to accomplish this? Or do I have to write my own filter? Thank you, Joyce ---