Reference+
Name
matchRowIterator()
Class
Table
Description
Finds multiple rows that match the given expression
Syntax
.matchRowIterator(value, column)
.matchRowIterator(value, columnName)
Parameters
value
(String)
the regular expression to matchcolumn
(int)
ID number of the column to searchcolumnName
(String)
title of the column to search
Return
Iterator<TableRow>
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.