Regexp Reference in JavaScript
A regular expression is an object that describes a pattern of characters. Regular expressions are often abbreviated "regex" or "regexp".
The JavaScript RegExp class represents regular expressions, and both strings and RegExp define methods that use r...
olabodeolusegun.hashnode.dev3 min read