lowercase

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

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