This method of the WildcardExpression Class evaluates the expression on a string.
public int matchex(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. |