Regex Tester
Build, test, and debug your regular expressions with real-time feedback and capture group inspection.
/
/
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