Search notes:

System.Text.RegularExpressions.Match (class)

A System.Text.RegularExpressions.Match object stores the result of a regexp-match opeartion and is returned by the Match method of the System.Text.RegularExpressions.Regex class.

Properties and methods

Empty ☰ Return a System.Text.RegularExpressions.Match object which represents the empty group. All failed matches return an empty group. Groups ☰ Returns a System.Text.RegularExpressions.GroupCollection object NextMatch ☰ Returns the «next» System.Text.RegularExpressions.Match object Result ☰ Virtual method. Synchronized ☰ Static method.

See also

System.Text.RegularExpressions.MatchCollection

Index