memanfaatkan teks Kotlin

String upperString = myString.substring(0, 1).toUpperCase() + myString.substring(1).toLowerCase();
Smoggy Spider