Uses of Interface
aQute.libg.re.RE.F
Packages that use RE.F
-
Uses of RE.F in aQute.libg.re
Methods in aQute.libg.re that return RE.FModifier and TypeMethodDescriptionstatic RE.FCatalog.caseInsenstive(RE... res) Applies the case-insensitive flag to the provided regular expressions.static RE.FCatalog.caseInsenstiveOff(RE... res) Turns off the case-insensitive flag for the provided regular expressions.static RE.FApplies the comments flag to the provided regular expressions.static RE.FCatalog.commentsOff(RE... res) Turns off the comments flag for the provided regular expressions.static RE.FApplies the dotall flag to the provided regular expressions.static RE.FTurns off the dotall flag for the provided regular expressions.static RE.FApplies the multiline flag to the provided regular expressions.static RE.FCatalog.multilineOff(RE... res) Turns off the multiline flag for the provided regular expressions.static RE.FCatalog.unicodeCase(RE... res) Applies the unicode case flag to the provided regular expressions.static RE.FCatalog.unicodeCaseOff(RE... res) Turns off the unicode case flag for the provided regular expressions.static RE.FCatalog.unicodeCharacterClass(RE... res) Applies the unicode character class flag to the provided regular expressions.static RE.FCatalog.unicodeCharacterClassOff(RE... res) Turns off the unicode character class flag for the provided regular expressions.static RE.FApplies the unix lines flag to the provided regular expressions.static RE.FCatalog.unixLinesOff(RE... res) Turns off the unix lines flag for the provided regular expressions.