BanderLabs tool
Test and debug regular expressions live.
.
\d
\w
\s
^
$
*
+
?
(abc)
(?:abc)
[abc]
a|b
{n,m}