Test, debug, and build regular expressions in real-time. Match highlighting, captured groups, replace mode, and pattern explanations — all in your browser.
| # | Match | Index | Groups | Named Groups |
|---|---|---|---|---|
| 1 | hello@nebula.com | 14–30 | $1: hello$2: nebula$3: com | — |
| 2 | support@example.org | 34–53 | $1: support$2: example$3: org | — |
| 3 | admin@test.net | 69–83 | $1: admin$2: test$3: net | — |
| 4 | info@company.co | 88–103 | $1: info$2: company$3: co | — |