upper

open fun upper(str: String): String

Uppercase a string.

Return

the uppercased string

Parameters

str

the string to uppercase