This method of the WildcardExpression Class resumes a previous match that stopped at a subexpression.
public int resume(String s);
Returns the subexpression number if the expression accepts the string; returns -1 if the string was not accepted.
s | The string to evaluate the expression on. |