in reply to Re^2: Better way to search array for elements in other array?
in thread Better way to search array for elements in other array?

I was under the impression that the array elements were entire strings... that the search was for stuff in the other array, rather than for stuff inside the strings in the other array.

Given that, you're right that it is solving a completely different problem.

  • Comment on Re^3: Better way to search array for elements in other array?