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
The order is always implied in the structure of the regular expression. To accomplish what you want, you'll have to match the input string multiple times against different expressions.
What you want to do is not possible with a single regexp.