Package aQute.libg.re


package aQute.libg.re
  • Class
    Description
    This class provides an implementation of the RE types.
    A library to make regular expressions with Pattern a bit easier to use.
    Represents a Character Class in a regular expression.
    Represents a flag.
    The supported flags
    A group is a regular expression that groups a set of REs.
    Variation of different group types
    The result of a matched group after a successful find, matches, or lookingAt operation.
    Provides the details of a matching group.
    The `*`, `?`, `+` operators and the `{...}` suffix quantify the previous node.
    The types of modified quantification