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 |
| NoMatch | No match was made. |