toUpperCase

abstract fun toUpperCase(text: String): String

转为大写。

Return

大写字符串

Parameters

text

源字符串