A javascript regular expression is an object that describes a pattern of characters. The JavaScript RegExp class represents regular expressions, and both String and RegExp define methods that use regular expressions to perform powerful pattern-matching and search-and-replace functions on text. Lets start learning javascript regular expression

#javascript

JavaScript regular expression tutorial for beginner
1.15 GEEK