Regular expressions in Javascript
· ☕ 4 min read
Regular expressions are patterns used to match and/or manipulate strings. This is a high-level overview of a few of the practical applications of a RegEx in Javascript.
What is RegEx and what’s it doing in Javascript? A RegEx consists of simple and special characters that together form a language of its own.