JavaScript RegExp Ref
JavaScript RegExp Ref
com
JavaScript
RegExp
Reference
❮ Previous Next ❯
RegExp Object
A regular expression is an object that
describes a pattern of characters.
Syntax
/pattern/modifiers;
Example
Try it Yourself »
Example explained:
/w3schools/i is a regular
expression.
w3schools is a pattern (to be
used in a search).
i is a modifier (modifies the
search to be case-insensitive).
Modifiers
Modifiers are used to perform case-
insensitive and global searches:
Modifier Description
i Perform case-
insensitive matching
m Perform multiline
matching
Brackets
Brackets are used to find a range of
characters:
Expression Description
Metacharacters
Metacharacters are characters with a
special meaning:
Metacharacter Description
. Find a single
character,
except newline
or line
terminator
\w Find a word
character
\W Find a non-word
character
\d Find a digit
\D Find a non-digit
character
\s Find a
whitespace
character
\S Find a non-
whitespace
character
\b Find a match at
the
beginning/end
of a word
\B Find a match
not at the
beginning/end
of a word
\0 Find a NUL
character
\r Find a carriage
return character
\t Find a tab
character
\v Find a vertical
tab character
Quantifiers
Quantifier Description
RegExp Object
Properties
Property Description
/ 0 MORE . 1
RegExp Object
Methods
Method Description
❮ Previous Next ❯
COLOR PICKER
HOW TO
Tabs
Dropdowns
Accordions
Side Navigation
Top Navigation
Modal Boxes
Progress Bars
Parallax
Login Form
HTML Includes
Google Maps
Range Sliders
Tooltips
Slideshow
Filter List
Sort List
SHARE
! " #
$
CERTIFICATES
HTML
CSS
JavaScript
PHP
jQuery
Bootstrap
XML
Read More »
REPORT ERROR
PRINT PAGE
FORUM
ABOUT
Top Tutorials
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
How To Tutorial
W3.CSS Tutorial
Bootstrap Tutorial
SQL Tutorial
PHP 5 Tutorial
PHP 7 Tutorial
jQuery Tutorial
Python Tutorial
Top References
HTML Reference
CSS Reference
JavaScript Reference
W3.CSS Reference
Bootstrap Reference
SQL Reference
PHP Reference
HTML Colors
jQuery Reference
Python Reference
Angular Reference
Top Examples
HTML Examples
CSS Examples
JavaScript Examples
How To Examples
W3.CSS Examples
Bootstrap Examples
PHP Examples
Python Examples
jQuery Examples
Java Examples
XML Examples
Web Certificates
HTML Certificate
CSS Certificate
JavaScript Certificate
jQuery Certificate
PHP Certificate
Bootstrap Certificate
XML Certificate
Get Certified »