| A pattern matcher that tries to match exactly the input with the expression, or match it as a
pattern. The evaluation for matching is perform first by checking if expression and input
are equals (via equals method) else it attempts to do it by trying to match the input using the
expression as a regexp.
See Also: ExactPatternMatcher See Also: RegexpPatternMatcher |