match
Tests if the given selection matches the criteria of this search object.
Syntax
aFinder match (file, section, line, column, size)
Parameters
The file of the search.
The section containing the selection.
The line number.
The start column.
The number of code units of the selection.
Return Value
true if the given selection matches the search criteria.