mindSHIFT interview question

how would you split a string based on multiple delimiter characters?

Interview Answer

Anonymous

Nov 14, 2011

replace the multiple delimiter characters with a single character then use the string.Split with the single character