Overview of Regular Expression Methods
A regular expression is an object instance of a character pattern that is associated with attributes that ECMAScript uses to perform a character pattern search of a string. A regular expression uses the following short format:
RegExp
For more information, see ECMAScript specifications.