groups method

int groups()

Returns the number of groups of the last hit.

Implementation

int groups() {
  return searchEngine.lastMatch.groupCount();
}