Test and debug regular expressions with real-time matching and syntax highlighting.
No matches found
.
\d
\D
\w
\W
\s
\S
^
$
\b
*
+
?
{n}
{n,}
{n,m}
[abc]
[^abc]
(abc)
a|b
(?:abc)
(?=abc)
(?!abc)