Java Blog for Alex Wan

Let life be beautiful like summer flowers and death like autumn leaves.

统计

留言簿(10)

BlogJava

Blogs

DIV+CSS

JQuery相关

友情链接

常去的地方

数据供应

阅读排行榜

评论排行榜

EditPlus中正则表达式例子

查找正则表达式:
([^/]+)(id):'(.+)Window',

匹配串:   id:'someWindow',

在整行前添加注释符号"//",使用替换串:
//\0



Let life be beautiful like summer flowers and death like autumn leaves.

posted on 2008-08-19 10:13 Alexwan 阅读(268) 评论(1)  编辑  收藏 所属分类: 小笔记

评论

# re: EditPlus中正则表达式例子 2008-08-19 10:20 Alexwan

查找正则表达式:
([^/]+)((id):'(.+)Window',)

匹配串: id:'someWindow',

在整行前(不包括前面的空格)添加注释符号"//",使用替换串:
//\2  回复  更多评论   


只有注册用户登录后才能发表评论。


网站导航: