rtrim static method

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

Implementation

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