Regex Tester

Test regular expressions against sample text.

Pattern
Add the g flag to match all occurrences.
Matches
2 matches.
Contact alice@example.com or bob@test.org for details.
  • Match 1 · index 8
    alice@example.com
    $1
    alice
    $2
    example.com
  • Match 2 · index 29
    bob@test.org
    $1
    bob
    $2
    test.org