Method | Description | |
---|---|---|
Match ( string input ) : |
||
SimpleRegex ( string pattern, bool compiled = false ) : System.Text.RegularExpressions |
public Match ( string input ) : |
||
input | string | |
return |
public SimpleRegex ( string pattern, bool compiled = false ) : System.Text.RegularExpressions | ||
pattern | string | |
compiled | bool | |
return | System.Text.RegularExpressions |