Package de.unkrig.commons.text.pattern

Extensions for the java.util.regex functionality.

See:
          Description

Interface Summary
PatternUtil.Replacer Decides whether and how a match is to be replaced.
 

Class Summary
Glob This class extends the concepts of the JDK java.util.regex.Pattern and de.unkrig.commons.util.pattern.Pattern2 classes as follows: Pattern defines the both the interface of pattern matching and its implementation (regular expressions).
IncludeExclude  
IntegerPattern Matches integer subjects against a pattern.
Pattern2 This class extends the concepts of the JDK java.util.regex.Pattern class with a new Pattern2.WILDCARD compilation flag, which modifies the pattern compilation such that it combines the well-known wildcard pattern matching with the power of regular expressions.
PatternUtil Pattern-related utility methods.
 

Package de.unkrig.commons.text.pattern Description

Extensions for the java.util.regex functionality.