A regex, also known as a regular expression or regexp, is a description of a set of strings with certain properties. For example, \d{5} matches a series of 5 digits, such as 43822.
Use this tag when on the hunt for scripting syntax (in perl, python, sed, grep, awk, etc.) which will match a given set of text.
