ltrim static method

Creates a function expression which evaluates to the given string expression with the whitespace on the left side removed.

Implementation

static ExpressionInterface ltrim(ExpressionInterface expression) =>
    UnaryExpression('ltrim()', expression);