返回工具箱
正则测试器
实时高亮匹配结果,查看每个捕获组。
//g
匹配数:3
联系:alice@example.com,或者 bob@test.org,更多见 charlie@demo.cn。
匹配详情
| # | 位置 | 完整匹配 | 捕获组 |
|---|---|---|---|
| 1 | 3 | alice@example.com | $1: alice$2: example.com |
| 2 | 24 | bob@test.org | $1: bob$2: test.org |
| 3 | 41 | charlie@demo.cn | $1: charlie$2: demo.cn |