upper

open fun upper(@NonNull str: String): String

Uppercase a string.

Return

the uppercased string

Parameters

str

the string to uppercase