Assembly: System;
The Regex class allows for working with text information using regular expressions.
| 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: