Regex Tester

Test and debug regular expressions in real-time.

/ /

Flags

Quick Reference

\d
Any digit (0-9)
\w
Any word character
\s
Any whitespace
.
Any character
*
0 or more times
+
1 or more times
?
0 or 1 time
[abc]
Any of a, b, or c