Frage im Vorstellungsgespräch bei mindSHIFT

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

Antwort im Vorstellungsgespräch

Anonym

14. Nov. 2011

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