A regular expression is an object that describes a pattern of characters.
Regular expressions are used to perform pattern-matching and "search-and-replace" functions on text.
For a tutorial about the RegExp object, read our JavaScript RegExp Object tutorial.
Modifiers are used to perform case-insensitive and global searches:
Brackets are used to find a range of characters:
Metacharacters are characters with a special meaning:
Your Query was successfully sent!