ltrim

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

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

Return

The LTRIM(expr) function.

Parameters

operand

The string expression.

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