Assembly: System;
The IRegexMatch interface is used to work with selection results based on regular expression.
IRegexMatch
Selection results based on regular expression are returned by the IRegex.Match method.
| 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: