The MatchMode type exposes the following members.

Fields

  NameDescription
Anywhere
Match the pattern anywhere in the string
End
Match the end of the string to the pattern
Exact
Match the entire string to the pattern
Start
Match the start of the string to the pattern

See Also