Me, The programmer
Just another WordPress.com site
Category Archives: Visual Studio
Searching code in visual studio with regular expressions
Posted by on April 27, 2011
You can search in visual studio using regular expressions. All you need to do is press ctrl+F and click on the “use” checkbox. This will cause the combo-box below to get activated. All you gotta do next is choose “regular expressions”. Searching for the followin string, for example, will select lines that contains the “<returns>” [...]