Regex Tester
Test regular expressions live, see every match and capture group, and preview replacements.
Flags
2 matches
hello@example.com@ 14sales@test.org@ 35
Enter a pattern, choose flags, and paste text to test. Use the Replace tab to preview substitutions.
Formula & methodology
Worked example
- Pattern \d+ on "a1 b22" → Matches: 1, 22
Frequently asked questions
Which regex flavor is used?
The JavaScript (ECMAScript) RegExp engine built into your browser.
Is my text sent anywhere?
No. Matching happens entirely in your browser.
Privacy
All processing happens locally in your browser. Your data is never uploaded.