trim()

文字列テーブル値から、スペースやタブなどの先頭と末尾の空白を削除します。 列が指定されていない場合、すべての列と行の値がトリムされます。 特定の列は、IDまたはタイトルで参照できます。

実例

シンタックス

trim([column])

パラメーター

column
String|Integer:

列ID(数値) または名前(文字列)

This page is generated from the comments in src/io/p5.Table.js . Please feel free to edit it and submit a pull request!

関連するリファレンス