uppercase

fun uppercase(char: Char): Char?(source)

If the provided char exists within lowers, its corresponding uppercase value is returned. If nothing is found, null is returned.