Regex Tester & Explainer
Test a regular expression against sample text, see every match, and read the pattern explained token by token.
Pattern
Matches
2 matches
Reach me at jayden@mdt.id.au or support@example.co.uk.
Match detail
Position and captured groups
| # | At | Match | Groups |
|---|---|---|---|
| 1 | 12 | jayden@mdt.id.au | — |
| 2 | 32 | support@example.co.uk. | — |
What it means
Your pattern, read left to right
[\w.+-]any one of \w.+-+one or more of the previous@the literal text “@”[\w-]any one of \w-+one or more of the previous\.a literal full stop[\w.]any one of \w.{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.
- jayden@mdt.id.au
- +61 431 149 567
- 7:00 am – 7:00 pm (Mon–Sun)

