boolean |
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.
|