Toolsby ZamDev

Command Palette

Search for a command to run...

Back to Tools
Regex Tester
Test and debug regular expressions with real-time matching
//
3 matches found
Contact us at hello@example.com or support@company.org for more info. You can also reach admin@test.co.
#1hello@example.com
Index: 14
#2support@company.org
Index: 35
#3admin@test.co
Index: 89
Common Patterns:
\\d+ — Digits
\\w+ — Word chars
[a-zA-Z]+ — Letters
\\b\\w+@\\w+\\.\\w+\\b — Email
^https?:// — URL start
\\d{3}-\d{3}-\d{4} — Phone