码迷,mamicode.com
首页 > 其他好文 > 详细

sublime text 替换功能使用反向引用 replace with using

时间:2017-03-13 19:19:13      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:replace   sublime   ext   sed   sub   条件   with   find   nbsp   

比如文字是: Hello my name is bob

find what 那里是: my name is (\w+)

replace with 那里是: my name used to be $1

点replace,就可以把文字变为: Hello my name used to be bob

 

其中$1是正则的反向引用,它引用了查找条件里的(\w+)

sublime text 替换功能使用反向引用 replace with using

标签:replace   sublime   ext   sed   sub   条件   with   find   nbsp   

原文地址:http://www.cnblogs.com/youthdream/p/6544352.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!