
Returns a Vector of matched groups found in the argument.
Group 0 will be the full match, the rest are the
parenthesized subexpressions
.
Returns:
the vector of groups
Parameters:
-
input - the string to match against
-
options - the regex options to use
Throws:
-
BuildException - on error