Understanding Regular Expressions in JavaScript
Regular expressions, often abbreviated as regex or regexp, are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. They can be used with the RegExp methods test() and exec() and with the Stri...
nyakio.hashnode.dev3 min read