RegEx

# Regular Expressions

A regular expression is a special text string for describing a search pattern. RegEx can appear daunting at first, looking like a collection of totally random characters, but it can be a powerful tool.

Regex 101 is really handy for creating regular expressions. It provides quick reference to regex and can generate expressions for you depending on your searching/filtering wants, needs and desires.

RegEx101