I saw this question that asks given a string \"smith;rodgers;McCalne\" how can you produce a collection. The answer to this was to use String.Split.
If we don\'t ha
Regex?
Or just Substring. This is what Split does internally