sailing

Everything...

在vs2005里面使用regular expression 进行 find and replace操作

模式 {public const uint [^ ]+}( +){[^ ]+}
可把
#define VK_BROWSER_BACK        0xA6
替换成
public const uint VK_BROWSER_BACK = 0x10

注意这个对话框里面的{}是用作匹配标记的,匹配结果可在"replace with"里面用从1开始的顺序号来引用(\0表示匹配的整个字符串), 和.net framework里面的表示重复次数不同.

posted on 2006-12-17 03:23  乌生鱼汤  阅读(388)  评论(0编辑  收藏  举报

导航