String representing the matched group.
@param groupVar The name of the capturing group in this matcher's pattern
@return the matched group as a Stringor null if there is no capturing group in the pattern with the given name
@throws IllegalStateException If no match has yet been attempted, or if the previous match operation failed
| |