in reply to Re: regexp match arg1 AND arg2
in thread regexp match arg1 AND arg2

Thank you. Although not one regexp, the other topic had a shorter way to do it:
doSomething() if grep $data =~ /\Q$_/, @vals;
That should match all in no particular order.