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

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

    Methods in aQute.libg.re that return RE.F
    Modifier and Type
    Method
    Description
    static RE.F
    Catalog.caseInsenstive(RE... res)
    Applies the case-insensitive flag to the provided regular expressions.
    static RE.F
    Catalog.caseInsenstiveOff(RE... res)
    Turns off the case-insensitive flag for the provided regular expressions.
    static RE.F
    Catalog.comments(RE... res)
    Applies the comments flag to the provided regular expressions.
    static RE.F
    Catalog.commentsOff(RE... res)
    Turns off the comments flag for the provided regular expressions.
    static RE.F
    Catalog.dotall(RE... res)
    Applies the dotall flag to the provided regular expressions.
    static RE.F
    Catalog.dotallOff(RE... res)
    Turns off the dotall flag for the provided regular expressions.
    static RE.F
    Catalog.multiline(RE... res)
    Applies the multiline flag to the provided regular expressions.
    static RE.F
    Catalog.multilineOff(RE... res)
    Turns off the multiline flag for the provided regular expressions.
    static RE.F
    Catalog.unicodeCase(RE... res)
    Applies the unicode case flag to the provided regular expressions.
    static RE.F
    Catalog.unicodeCaseOff(RE... res)
    Turns off the unicode case flag for the provided regular expressions.
    static RE.F
    Catalog.unicodeCharacterClass(RE... res)
    Applies the unicode character class flag to the provided regular expressions.
    static RE.F
    Catalog.unicodeCharacterClassOff(RE... res)
    Turns off the unicode character class flag for the provided regular expressions.
    static RE.F
    Catalog.unixLines(RE... res)
    Applies the unix lines flag to the provided regular expressions.
    static RE.F
    Catalog.unixLinesOff(RE... res)
    Turns off the unix lines flag for the provided regular expressions.