trim

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

Creates a TRIM(expr) function that removes the whitespace from the beginning and the end of the given string expression.

Return

The TRIM(expr) function.

Parameters

operand

The string expression.

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