upcase

Returns the input string converted to uppercase. Follows the Unicode Default Case Conversion algorithm and the locale-insensitive case mappings in the Unicode Character Database.

fun upcase(vararg expressions: Array<out Expression>): Expression
fun upcase(value: String): Expression

DSL function for "upcase".

fun upcase(block: Expression.ExpressionBuilder.() -> Unit): Expression