Regex Tester
Test regular expressions against sample text with live match highlighting and capture groups.
//g
Flags
/\b(\w+)@(\w+)\.(\w+)\b/gReach out to hello@example.com or ada@openai.com.
We also monitor support@acme.io daily, and noreply@mailer.net never replies.
Matches4 matches
- #1 · at 13hello@example.comgroup 1hellogroup 2examplegroup 3com
- #2 · at 34ada@openai.comgroup 1adagroup 2openaigroup 3com
- #3 · at 66support@acme.iogroup 1supportgroup 2acmegroup 3io
- #4 · at 93noreply@mailer.netgroup 1noreplygroup 2mailergroup 3net