toLowerCase
@DeprecatedSinceKotlin("1.5") fun Char.toLowerCase(): Char
(Common source) (JVM source) (JS source) (Native source)
Converts this character to lower case using Unicode mapping rules of the invariant locale.
@DeprecatedSinceKotlin("1.5") fun String.toLowerCase(): String
(Common source) (JVM source) (JS source) (Native source)
Returns a copy of this string converted to lower case using the rules of the default locale.