In This Article

MatchType Enum

Represents the type of regular expression match that was made.

public enum MatchType

Fields

Name Description
ExactMatch

An exact match was made.

LooseMatch

A loose match was made. This occurs when using a case insensitivity of AutoCorrect and a non-exact match was found.

NoMatch

No match was made.