in reply to grep for array-of-strings from an array-of-strings

Thanks to all. I implemented a regex/grep/eval hybrid based on L~R's submittal, and a few others. The key was to find string1 AND string2 in an array of strings, as "nothingmuch" pointed out. I'm now testing for (in)efficiencies now.

Cheers,
spanner
  • Comment on Re: grep for array-of-strings from an array-of-strings