IRegexMatch

Assembly: System;

Description

The IRegexMatch interface is used to work with selection results based on regular expression.

Inheritance hierarchy

IRegexMatch

Comments

Selection results based on regular expression are returned by the IRegex.Match method.

Properties

  Property name Brief description
Group The Group property returns the array of rows containing correspondences of subexpressions (groups) of regular expression template.
Index The Index property returns position of the first occurrence of regular expression in text.
Success The Success property returns whether a regular expression is executed correctly.

See also:

System Assembly Interfaces