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

emeditor使用正则进行替换操作

时间:2020-03-24 19:13:34      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:http   expr   nta   ase   emedit   express   使用   editor   gets   

文字替换需求如下:

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

emeditor使用正则进行替换操作

标签:http   expr   nta   ase   emedit   express   使用   editor   gets   

原文地址:https://www.cnblogs.com/atq999/p/12560498.html

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