【发布时间】:2015-06-22 11:36:46
【问题描述】:
我正在寻找一个不以//开头的正则表达式
我尝试了谷歌,但没有运气。
我想用它在 VS 2013 IDE 中查找字符串。
字符串:
//debugger;
debugger; <--regex should match only this, rest has to ignore
// debugger;
/// debugger;
【问题讨论】:
-
因为他们在VS2013正则表达式搜索中引入了很大的变化,所以这不是Exclude comments when searching in Visual Studio的重复。解决方案看起来完全不同。