Column.trim
trimwherewhat
Group: Text
Documentation
This function removes the specified characters, by default any whitespace, from the start, the end, or both ends of the input.
Arguments
where
: The location of where to trim the input. By default, this function trims both ends of the input.what
: AText
(or textColumn
) containing characters that should be removed. By default, all whitespace is removed.