in reply to Re: Re: grep for array-of-strings from an array-of-strings
in thread grep for array-of-strings from an array-of-strings
Oh.. if you want an AND, perhaps the look-ahead operator is
what you want? I think it shouldn't be too hard to programmatically construct a regex with that style either..