function trim(original)

trim() returns the original string with whitespace removed from both sides.

Arguments:
original: An expression that returns a string

Example Query:
    RETURN trim("   hello   ")