Using C# and .NET's regex engine, how to grab a string of digits that are inbetween a pair of double-quotes ?
CODE:
//double the double quotes else it gives error
Regex r = new Regex(@"""(\d+)""");
This blog is about the dotnet.all types of codes,news about dotnet including asp.net,vb.net,c# and know about new dotnet technology.programing in asp.net,vb.net,c#, ajax, AJAX tech support for .net and discuss the new technology in dotnet.ncluding asp.net,vb.net,c# and know about new dotnet technology.programing in asp.net,vb.net,c#, ajax, AJAX tech support for .net and discuss the new technology in dotnet.asp.net programming,dot net programming,dotnet programs,dotnet source code,source code.
Using C# and .NET's regex engine, how to grab a string of digits that are inbetween a pair of double-quotes ?
CODE:
//double the double quotes else it gives error
Regex r = new Regex(@"""(\d+)""");
0 comments:
Post a Comment