Skip to content

Regex Tester & Explainer

Test a regular expression against sample text, see every match, and read the pattern explained token by token.

Pattern

Flags

Matches

2 matches

Reach me at jayden@mdt.id.au or support@example.co.uk.

Match detail

Position and captured groups

#AtMatchGroups
112jayden@mdt.id.au
232support@example.co.uk.

What it means

Your pattern, read left to right

  1. [\w.+-]any one of \w.+-
  2. +one or more of the previous
  3. @the literal text “@”
  4. [\w-]any one of \w-
  5. +one or more of the previous
  6. \.a literal full stop
  7. [\w.]any one of \w.
  8. {2,}repeated 2 or more times

Let’s build something amazing.

Have a project idea or need expert guidance? One message, one engineer, no account manager.

Get in touch