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