Test regular expressions with live matching
g
m
i
s
u
d
.
\d
\w
\s
^
$
*
+
?
{n,m}
(abc)
(?:abc)
a|b
[abc]
[^abc]