Regex Tester
Test regular expressions against text and see all matches with captured groups.
How to Use
Enter your regex pattern and test text using the option fields. Click "Process" to see all matches with their positions and captured groups.
Examples
Email Pattern
Extract email addresses
Pattern: [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}
Text: Contact us at [email protected]