Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Visial Studio 2010 中,我想在内置的查找和替换对话框中使用正则表达式模式,并且我想在该类型的文件中进行搜索,*.cshtml, *.cs, *.js但文件除外myController.cs。怎么做 ?
*.cshtml, *.cs, *.js
myController.cs
像这样的东西?
\b^(?!myController\.cs).+\.(cs(html)?|js)$\b