length static method

Creates a function expression which evaluates to the length of the given string expression.

Implementation

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