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 match
- column- (int)ID number of the column to search
- columnName- (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.