trim

XQL_function_descriptions.json

Synopsis

trim (value: string [, characters_to_remove])

Description

This function takes one or two arguments X and Y and returns X with the characters in Y trimmed from both sides. If Y is not specified, spaces and tabs are removed.