J
Jason Huang
Hi,
In C#, how do I retrieve a special sub string within a big string?
e.g.,
the "...fdsajk...ABC123...fdfdskafdl... ..." string has 5000 characters,
and I want to retrieve the string "123" which is right after the "ABC",
given that counting the index of the "123" is nearly impossible.
Thanks for help.
Jason
In C#, how do I retrieve a special sub string within a big string?
e.g.,
the "...fdsajk...ABC123...fdfdskafdl... ..." string has 5000 characters,
and I want to retrieve the string "123" which is right after the "ABC",
given that counting the index of the "123" is nearly impossible.
Thanks for help.
Jason