Uses of Interface
org.radeox.regex.Pattern
-
Packages that use Pattern Package Description org.radeox.regex -
-
Uses of Pattern in org.radeox.regex
Classes in org.radeox.regex that implement Pattern Modifier and Type Class Description classJdkPatternMethods in org.radeox.regex that return Pattern Modifier and Type Method Description abstract PatternCompiler. compile(String regex)Compile a String regular expression to a regex patternPatternJdkCompiler. compile(String regex)Methods in org.radeox.regex with parameters of type Pattern Modifier and Type Method Description static MatcherMatcher. create(String input, Pattern pattern)Create a new matcher object, depending on the implementationConstructors in org.radeox.regex with parameters of type Pattern Constructor Description JdkMatcher(String input, Pattern pattern)
-