RegEx: basic functions and groups property
A regular expression is a sequence of characters that specifies a search or a pattern. Some of the functions are exec() and test(), in this js-pill we will see the basic functions and the groups property adventages.