dimanche 22 février 2015

Java Split with 3 delimiters [ ] ,

I need help my Code doesnt work, i want Johann as a result but i cant a way to find a solution


my code:



String rs = "[ Johann ,]";
String[] splitted = rs.split(","+"["+"]");

Aucun commentaire:

Enregistrer un commentaire