in reply to Re: Better way to search array for elements in other array?
in thread Better way to search array for elements in other array?
I will try both, just to broaden my skills. As a quick shot the $regex approach worked and eliminated making a loop pass for every element in the array in my example.
Many thanks!