upper

expect fun upper(operand: Expression): Expression(source)

Creates a UPPER(expr) function that returns the uppercase string of the given string expression.

Return

The UPPER(expr) function.

Parameters

operand

The string expression.

actual fun upper(operand: Expression): Expression(source)
actual fun upper(operand: Expression): Expression(source)