Generate and test regular expressions for any pattern matching need
Describe what you want to match
Generating your regex pattern...
Email, phone, password formats
Extract data from text
Find and replace patterns
Split text by patterns
\d
\D
\w
\W
\s
\S
.
^
$
\b
\B
*
+
?
{n}
{n,}
{n,m}
(abc)
(?:abc)
(a|b)
\1
[abc]
[^abc]
[a-z]
[0-9]
i
g
m
s
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more