Developer
Regex Tester
Test and debug regular expressions with real-time matching.
Pattern
Enter your regular expression
Flags
Test String
Enter text to test against the pattern
Documentation
How to Use
1
Enter regex pattern
Type your regular expression in the input field.
2
Enter test string
Paste or type the text you want to test against.
3
View matches
See highlighted matches in real-time.
Pro Tips
Use flags for case-insensitive matching
Test edge cases
Examples
Input
[a-z]+@[a-z]+\.[a-z]+
Output
Matches: test@example.com