kuikuitage

  博客园  ::  :: 新随笔  :: 联系 ::  :: 管理

随笔分类 -  正则表达式

摘要:```c++ / Utils.em a small collection of useful editing macros / / I N S E R T H E A D E R Inserts a comment header block at the top of the current fun 阅读全文
posted @ 2019-02-27 01:15 kuikuitage

摘要:调试宏 Notepad++ Replace功能Ctrl+H,正则表达式替换 Find what: [)]$\r\n^[{] 、 ==>[(]匹配 ),,$匹配行尾, \r\n匹配回车换行,^匹配行首,[{] 匹配 { Replace with: \)\n{\n\tGW_PTF\(E_GW_MOD_R 阅读全文
posted @ 2018-08-28 09:53 kuikuitage 阅读(333) 评论(0) 推荐(0)