H
Henry Chen
Hi,
I have a string that needs to be parsed into the string[]. The separator is
not char[]. It is something like " at ". With current string.Split function,
it doesn't work. Is there any exist functions like "Split" that I can use to
do the job? Any idea of the simpliest way to do the job?
Thanks in advance,
Henry
I have a string that needs to be parsed into the string[]. The separator is
not char[]. It is something like " at ". With current string.Split function,
it doesn't work. Is there any exist functions like "Split" that I can use to
do the job? Any idea of the simpliest way to do the job?
Thanks in advance,
Henry