Interface RE.G
- All Superinterfaces:
RE
- Enclosing interface:
RE
A group is a regular expression that groups a set of REs. A capturing
group is a simple parenthesis open. Other groups start with `(?` and are
then following by a unique identification.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface RE
append, append, asFindPredicate, asLookingAtPredicate, asMatchPredicate, findAllIn, findIn, getGroupNames, getMatcher, isMatch, isSingle, lookingAt, matches, merge, not, pattern, toString
-
Method Details
-
groupType
RE.G.Type groupType()Get the type of this group
-