VS替换空行
摘要:visualstudio2012改变了正则表达式的写法因此原来的不管用了Old:^:b*$\nNew:^(?([^\r\n])\s)*\r?$\r?\nClickCtrl-H(quickreplace)Tick"UseRegularExpressions"InFindspecify^(?([^\r\n])\s)*\r?$\r?\nInReplaceboxdeleteeverything.Click"ReplaceAll"
阅读全文
posted @ 2014-02-18 08:26