Assembly: System;
The IRegex interface contains static methods of the Regex class that allow for working with regular expressions.
IRegex
| Method name | Brief description | |
![]() |
IsMatch | The IsMatch method checks if text corresponds to the specified template of regular expression. |
![]() |
Match | The Match method get the result of comparing the specified text with regular expression. |
See also: