DB_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 textDB_Column
) containing characters that should be removed. By default, spaces, tabs, returns and new lines are removed.