Uses of Class
org.apache.oro.text.regex.PatternMatcherInput
Packages that use PatternMatcherInput
-
Uses of PatternMatcherInput in org.apache.oro.text.regex
Methods in org.apache.oro.text.regex with parameters of type PatternMatcherInputModifier and TypeMethodDescriptionboolean
PatternMatcher.contains
(PatternMatcherInput input, Pattern pattern) Determines if the contents of a PatternMatcherInput, starting from the current offset of the input contains a pattern.boolean
Perl5Matcher.contains
(PatternMatcherInput input, Pattern pattern) Determines if the contents of a PatternMatcherInput, starting from the current offset of the input contains a pattern.boolean
PatternMatcher.matches
(PatternMatcherInput input, Pattern pattern) Determines if the contents of a PatternMatcherInput instance exactly matches a given pattern.boolean
Perl5Matcher.matches
(PatternMatcherInput input, Pattern pattern) Determines if the contents of a PatternMatcherInput instance exactly matches a given pattern.boolean
PatternMatcher.matchesPrefix
(PatternMatcherInput input, Pattern pattern) Determines if a prefix of a PatternMatcherInput instance matches a given pattern.boolean
Perl5Matcher.matchesPrefix
(PatternMatcherInput input, Pattern pattern) Determines if a prefix of a PatternMatcherInput instance matches a given pattern.