toLowerCase

inline fun String.toLowerCase(locale: Locale): String(source)

Deprecated

Use lowercase() instead.

Replace with

lowercase(locale)

Returns a copy of this string converted to lower case using the rules of the specified locale.

Since Kotlin

1.0