实时测试正则表达式,支持匹配分组高亮
Test regular expressions in real-time with match highlighting and groups
. \d \w \s
^ $ * + ?
[] () | 等。
点击 g 标记全局匹配,i 不区分大小写。
Supports common metacharacters: . \d \w \s
^ $ * + ?
[] () | and more.
Toggle g for global, i for case-insensitive.