to Lower Case
Returns a copy of this string converted to lower case using the rules of the specified locale.
@DeprecatedSinceKotlin(warningSince = "1.5" )
Content copied to clipboard
Converts this character to lower case using Unicode mapping rules of the invariant locale.
@DeprecatedSinceKotlin(warningSince = "1.5" )
Content copied to clipboard
Returns a copy of this string converted to lower case using the rules of the default locale.