Kotlin s'est séparé par majuscules

String s = "thisIsMyString";
String[] r = s.split("(?=\\p{Upper})");
Jolly Jellyfish