upcase

@JvmStatic
fun upcase(vararg expressions: Expression): Expression
@JvmStatic
fun upcase(value: String): Expression

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.


DSL function for "upcase".