Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Match Match(string, string, Regex2Options)

Declaration

public static Match Match(
    string input,
    string pattern,
    Regex2Options options
)

Summary

An easier-to-use version of Regex.Match(string, string, RegexOptions).