Regex
Pattern and flags. Live matches. Capture groups.
matches2 found
Contact alice@example.com or bob@test.org for details.
How it works
- Uses the browser's built-in JavaScript regex engine.
- Matches highlight inline in your test string.
- Capture groups for the first match show below as
$1,$2, etc.