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
You could pipe your output to another regex. Using grep, you could do this:
grep A | grep B