matchRow()

提供された正規表現に一致するTableの最初の行を見つけ、その行への参照を返します。 複数の行が一致する可能性がある場合でも、最初に一致した行のみが返されます。 検索する列は、IDまたはタイトルのいずれかで指定できます。

実例

シンタックス

matchRow(regexp, column)

パラメーター

regexp
String|RegExp:

一致させる正規表現

column
String|Integer:

列ID(数字)または タイトル(文字列)

リターン

p5.TableRow: TableRowオブジェクト
This page is generated from the comments in src/io/p5.Table.js . Please feel free to edit it and submit a pull request!

関連するリファレンス