Email Address Regex Extractor
Matches standard email addresses — a local part of letters, digits, and common symbols, an @ sign, and a dotted domain with a 2+ letter TLD. It deliberately skips malformed strings like user@host (no TLD) or double @@ addresses.
runs 100% in your browser — nothing is uploaded
- 1Paste your textDrop your logs, code, or data into the test box on the right.
- 2Tweak the patternEdit the regex formula or toggle the g / i / m flags on the left.
- 3See matches instantlyMatching text lights up as you type, with a live counter.
//g
Explanation — token breakdown▾
Matches: 0
Matching runs locally as you type — nothing you paste here leaves this tab.