Interface RE.G

All Superinterfaces:
RE
Enclosing interface:
RE

public static interface RE.G extends 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.
  • Method Details

    • groupType

      RE.G.Type groupType()
      Get the type of this group