Mushq
January 17th, 2008, 05:38 AM
I have string "[assembly: AssemblyVersion("x.x.x.x")]" where x represents value from 0 to 9, I want to replace that into "[assembly: AssemblyVersion(TestNameSpace.TestNameClass.strAssemblyVersion)]". Can anyone please tell me what regular expression I should use in find/replace dialog of visual studio to do that task?