atq

导航

 

文字替换需求如下:

pro_get_show->proGetShow

 

检索正则:(_[a-z]?)

替换的正则:\J "\0".toUpperCase().replace('_','')

以上利用了\j 的脚本功能。

 

参考网址:

http://www.emeditor.org/zh-cn/howto_search_search_regexp_syntax.html

http://www.emeditor.org/zh-cn/howto_search_replacement_expression_syntax.html

posted on 2020-03-24 17:56  atq  阅读(646)  评论(0)    收藏  举报