Reference+
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
Related

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.