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>