toUpperCase

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

Deprecated

Use uppercase() instead.

Replace with

uppercase(locale)

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

Since Kotlin

1.0