工具箱
75
M
正则测试
实时测试正则,高亮匹配与替换预览。
/
/
测试文本
abc 123 def 456 hello 789
替换为 (支持 $& $1 )
匹配 3 处
abc
123
def
456
hello
789
1: "123" @4
2: "456" @12
3: "789" @22
替换结果
abc [123] def [456] hello [789]