trim()

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

実例

シンタックス

trim([column])

パラメーター

column
String|Integer:

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

Notice any errors or typos? Please let us know. Please feel free to edit src/io/p5.Table.js and open a pull request!

関連するリファレンス