A C D E F G H I L M N O P Q R S T U V

G

getGroupName(int) - Method in class info.codesaway.util.regex.Matcher
Returns the group name (if any) for the specified group.
getGroupName(int) - Method in interface info.codesaway.util.regex.MatchResult
Returns the group name (if any) for the specified group.
group() - Method in class info.codesaway.util.regex.Matcher
Returns the input subsequence matched by the previous match.
group(int) - Method in class info.codesaway.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(int, String) - Method in class info.codesaway.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String) - Method in class info.codesaway.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String, String) - Method in class info.codesaway.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String, int) - Method in class info.codesaway.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String, int, String) - Method in class info.codesaway.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group() - Method in interface info.codesaway.util.regex.MatchResult
Returns the input subsequence matched by the previous match.
group(int) - Method in interface info.codesaway.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
group(int, String) - Method in interface info.codesaway.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
group(String) - Method in interface info.codesaway.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
group(String, String) - Method in interface info.codesaway.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
group(String, int) - Method in interface info.codesaway.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
group(String, int, String) - Method in interface info.codesaway.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
groupCount() - Method in class info.codesaway.util.regex.Matcher
Returns the number of capturing groups in this matcher's pattern.
groupCount(String) - Method in class info.codesaway.util.regex.Matcher
Returns the number of capturing groups (with the given group name) in this matcher's pattern.
groupCount() - Method in interface info.codesaway.util.regex.MatchResult
Returns the number of capturing groups in this match result's pattern.
groupCount(String) - Method in interface info.codesaway.util.regex.MatchResult
Returns the number of capturing groups (with the given group name) in this match result's pattern.
groupCount() - Method in class info.codesaway.util.regex.Pattern
Returns the number of capturing groups in this matcher's pattern.
groupCount(String) - Method in class info.codesaway.util.regex.Pattern
Returns the number of capturing groups (with the given group name) in this matcher's pattern.

A C D E F G H I L M N O P Q R S T U V