Obviously, you can use the | (pipe?) to represent OR, but is there a way to represent AND as well?
|
OR
AND
Specifically, I\'d like to
Is it not possible in your case to do the AND on several matching results? in pseudocode
regexp_match(pattern1, data) && regexp_match(pattern2, data) && ...