Returns a substring consisting of the characters that matched the given parenthesized subexpression during the last call to nextMatch.
@param i The index of the parenthesized subexpression.
@return The characters that matched the subexpression, ornull if the given subexpression did not exist or did not match.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.