VS代码中常用 正则表达式

1. #define ABC 1

修改为 enum 样式:

#define (.+?)\s+(.+?)$

$1 = $2 ,




posted on 2013-08-24 18:23  norsd  阅读(264)  评论(0编辑  收藏  举报

导航