java split at every capital letter code example Example: kotlin split by uppercase String s = "thisIsMyString"; String[] r = s.split("(?=\\p{Upper})");