NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Match Properties

The properties of the Match class are listed below. For a complete list of Match class members, see the Match Members topic.

Public:

Captures (inherited from Group) Returns a collection of all the captures matched by the capturing group, in innermost-leftmost-first order (or innermost-rightmost-first order if compiled with the "r" option). The collection may have zero or more items.
Empty Returns an empty Match object.
Index (inherited from Capture) Returns the starting position in the original string where the captured substring was found.
Length (inherited from Capture) Returns the length of the captured substring.
Success (inherited from Group) Indicates whether the match is successful.

See Also

Match Class | System.Text.RegularExpressions Namespace