Regular Expressions: Is there an AND operator?

Obviously, you can use the | (pipe?) to represent OR, but is there a way to represent AND as well?

Specifically, I’d like to match paragraphs of text that contain ALL of a certain phrase, but in no particular order.

Leave a Comment