My project is developed by many people. Many of the developers have commented few of their codes
I have a lot of codes like
//ServiceResult serviceResult = null;
//JavaScriptSerializer serializer = null;
//ErrorContract errorResponse = null;
They use // ,they don't use /**/ How can I find all such commented line in visual studio 2012 using regular expression
In that find it should not find any xml comments with ///