"ТаняЖеня".split("(?=\\p{Lu})");
System.out.println(Arrays.toString("ТаняЖеня".split("(?=\\p{Lu})")));