|
-
Oct 19th, 2006, 08:28 AM
#1
Thread Starter
Hyperactive Member
Parse(String.Format)
Hi
as most of you know, you can use formats when building strings
example:
strResult = String.Format("blablabla {0} blablabla {1} blablabla", input0, input1);
I was wondering if there is a default function to parse it back the other way round:
string[] inputs = ReParse(strResult, "blablabla {0} blablabla {1} blablabla");
(If not, then I guess the cleanest way is a regular expression )
Thank you in advance.
____________________________________________
Please rate my messages. Thank you!
____________________________________________
Bram Vandenbon
http://www.bramvandenbon.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|