trim static method

Creates a function expression which evaluates to the given string expression with the whitespace on the bose sides removed.

Implementation

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