Name

trim()

Class

Table

Description

Trims leading and trailing whitespace, such as spaces and tabs, from String table values. If no column is specified, then the values in all columns and rows are trimmed. A specific column may be referenced by either its ID or title.

Syntax

  • .trim()
  • .trim(column)
  • .trim(columnName)

Parameters

  • column(int)ID number of the column to trim
  • columnName(String)title of the column to trim

Return

  • void