Discuss - JavaScript RegExp



A 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.

This tutorial will teach you basic and advanced JavaScript RegExp concepts and usage of various methods/properties of JavaScript RegExp in a simple and intuitive way.


Advertisements