Skip to main content

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: A Text (or text DB_Column) containing characters that should be removed. By default, spaces, tabs, returns and new lines are removed.