The MatchMode type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAnywhere
Match the pattern anywhere in the string
Public fieldStatic memberEnd
Match the end of the string to the pattern
Public fieldStatic memberExact
Match the entire string to the pattern
Public fieldStatic memberStart
Match the start of the string to the pattern

See Also