Package org.forgerock.openig.regex
Matches, extracts and transforms text with regular expression patterns.
-
Class Summary Class Description PatternTemplate Expresses a transformation to be applied to a regular expression pattern match.StreamPatternExtractor Extracts regular expression patterns and/or applied templates from character streams.StreamPatternMatches Iterates through multiple regular expression matches within a character stream.StringPatternMatches Iterates through multiple regular expression matches within a character sequence.