Regex

Assembly: System;

Description

The Regex class allows for working with text information using regular expressions.

Static class methods inherited from 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:

System Assembly Classes