Question d’entretien chez mindSHIFT

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

Réponse à la question d'entretien

Utilisateur anonyme

14 nov. 2011

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