Uses of Interface
aQute.libg.re.RE.G

Packages that use RE.G
Package
Description
 
  • Uses of RE.G in aQute.libg.re

    Methods in aQute.libg.re that return RE.G
    Modifier and Type
    Method
    Description
    static RE.G
    Catalog.ahead(RE... res)
    Creates a lookahead group with the provided regular expressions.
    static RE.G
    Catalog.atomic(RE... res)
    Combine the res into a single atomic Group.
    static RE.G
    Catalog.atomic(String string)
    Creates an atomic group with the provided string.
    static RE.G
    Catalog.behind(RE... res)
    Creates a lookbehind group with the provided regular expressions.
    static RE.G
    Catalog.capture(RE... res)
    Creates a capturing group with the provided regular expressions.
    static RE.G
    Catalog.seq(RE... res)
    Creates a sequence of regular expressions.