Overview A regex is a text string that describes a pattern that a regex engine, like JavaScript, uses in order to find text (or positions) in a body of text, typically for the purposes of validating, finding, replacing or splitting. This allows advanced users to specify a custom regular expression
Read More »