Developer

RegexTester

Test and debug regular expressions in real-time with capture groups and quick reference.

/
/
Flags
Test String
Match Results
0 Matches

No matches found

\dDigit (0-9)
\wWord char (a-z, 0-9, _)
[a-z]Range (a to z)
.*Wildcard (any char)
^ / $Start / End of line
(...)Capture group
{n}Exactly n times
|OR operator