IRegex

Assembly: System;

Description

The IRegex interface contains static methods of the Regex class that allow for working with regular expressions.

Inheritance hierarchy

IRegex

Methods

  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:

System Assembly Interfaces