Regex Tester
Test and debug regular expressions with instant highlighting and detailed match results.
Pattern
Tulis pola regex, atur flags, dan salin/riset.
//gi
Teks Uji & Preview
Tempel teks dan lihat highlight hasil match.
2 match ditemukan.
1
Email contoh: hello@example.com dan ADMIN@domain.co.id
Detail Matches
Index, panjang, dan capture groups.
| # | Match | Start | End | Subgroups (1..n) |
|---|---|---|---|---|
| 1 | hello@example.com | 14 | 31 | hello | example.com |
| 2 | ADMIN@domain.co.id | 36 | 54 | ADMIN | domain.co.id |