1.在单行匹配替换中使用:
1 one
2 two
3 three
匹配目标:^(.*)s(.*)$
替换为:"1":"2"
"1":"one"
"2":"two"
"3":"three"
2.在多行匹配中使用:
可以自己加一个首位标志符,将自己需要的很长很长的一段内容选中:
1.在单行匹配替换中使用:
1 one
2 two
3 three
匹配目标:^(.*)s(.*)$
替换为:"1":"2"
"1":"one"
"2":"two"
"3":"three"
2.在多行匹配中使用:
可以自己加一个首位标志符,将自己需要的很长很长的一段内容选中: