Say I have a string like this:
string temp = "<Style id="STYLE">";
and I want to grab the part of the string that is just in quotes, how can I do that? ie. have a new string with just STYLE in it.
ie. string temp2 = "STYLE";
Thanks!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: string parsing questionThreaded View
|
Click Here to Expand Forum to Full Width |