toUpperCase

@JvmName(name = "toUpperCaseNonNull")
fun toUpperCase(value: String?): String?
abstract fun toUpperCase(value: String): String