Splitting a string

M

Mark

I have string that I want to split. I want to split on a string, not just
one character. It looks like the Split method of a string
in C# only takes a character. I've tried Character array, and all that does
is splits on every character in the array separately, not as one string.
There has to be a way to do this. Please help.

thanks in advance. Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top