Returns an offset marking the end of the pattern match relative to the beginning of the input from which the match was extracted.
@param group The pattern subgroup.
@return Returns one plus the offset of the last token inthe indicated pattern subgroup. If a group was never matched or does not exist, returns -1. A group matching the null string will return its start offset.
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.