EditPlus中正則表達式例子
查找正則表達式:([^/]+)(id):'(.+)Window',
匹配串: id:'someWindow',
在整行前添加注釋符號"http://",使用替換串:
//\0
Let life be beautiful like summer flowers and death like autumn leaves.
posted on 2008-08-19 10:13 Alexwan 閱讀(284) 評論(1) 編輯 收藏 所屬分類: 小筆記
Let life be beautiful like summer flowers and death like autumn leaves.
posted on 2008-08-19 10:13 Alexwan 閱讀(284) 評論(1) 編輯 收藏 所屬分類: 小筆記
查找正則表達式:
([^/]+)((id):'(.+)Window',)
匹配串: id:'someWindow',
在整行前(不包括前面的空格)添加注釋符號"//",使用替換串:
//\2 回復 更多評論
只有注冊用戶登錄后才能發表評論。 | ||
![]() |
||
網站導航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
|
||
相關文章:
|
||