JSONCraft
JSON Viewer
API Playground
Converters
JWT Debugger
More
← Home
Regex Tester
Pattern
/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/gu
Email
Phone (US)
URL
Date (ISO)
Numbers
Words
Regular Expression
Copy
[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}
Flags
g
Find all matches
i
Case insensitive
m
Multi-line mode
s
Dot matches all characters
u
Unicode support
y
Sticky matching
Test Text
0 matches found
Input Text
Clear All
The quick brown fox jumps over the lazy dog. Email: user@example.com, admin@test.org, support@company.co.uk Phone: +1-555-123-4567, (555) 987-6543, 555.555.5555 URL: https://example.com/path?query=value#fragment Date: 2024-01-15, 15/03/2024, December 25, 2024 Numbers: 42, 3.14159, -100, $1,234.56
Quick Tips
· Use sample patterns for common regex needs
· Enable 'global' flag to find all matches
· Enable 'ignoreCase' for case-insensitive matching
· Groups are captured and displayed separately
· Matches are highlighted in the text below