全部工具
正则表达式测试
开发工具在线测试 JavaScript 正则,实时高亮匹配并展示分组。
//
共匹配 2 处
联系我:hello@example.com, support@test.org
| # | 位置 | 匹配 | 分组 |
|---|---|---|---|
| 1 | 4 | hello@example.com | $1=hello$2=example.com |
| 2 | 23 | support@test.org | $1=support$2=test.org |
所有计算均在浏览器本地进行,输入数据不会上传服务器
在线测试 JavaScript 正则,实时高亮匹配并展示分组。
| # | 位置 | 匹配 | 分组 |
|---|---|---|---|
| 1 | 4 | hello@example.com | $1=hello$2=example.com |
| 2 | 23 | support@test.org | $1=support$2=test.org |
所有计算均在浏览器本地进行,输入数据不会上传服务器