Home / Regex Tester
Developer Tools

Regex Tester

Test regex

Matches Found: 0

Common Regex Patterns

\d+ - Numbers
\w+ - Words
\s+ - Whitespace
[a-z]+ - Lowercase
[A-Z]+ - Uppercase
^\w+ - Start of line
\w+$ - End of line
.+ - Any character

Related Articles