Метод | Описание | |
---|---|---|
IsMatch ( |
||
IsMatch ( |
||
IsMatch ( string pattern, RegexOptions options, string input ) : void | ||
IsMatch ( string pattern, RegexOptions options, string input, string message ) : void | ||
IsMatch ( string pattern, string input ) : void | ||
IsMatch ( string pattern, string input, string message ) : void | ||
Matches ( |
||
Matches ( string expected, |
||
Matches ( string expected, |
||
Matches ( string expected, string pattern, RegexOptions options, string input, string message ) : void | ||
Matches ( string expected, string pattern, string input ) : void | ||
Matches ( string expected, string pattern, string input, string message ) : void | ||
NoMatch ( |
||
NoMatch ( |
||
NoMatch ( string pattern, RegexOptions options, string input ) : void | ||
NoMatch ( string pattern, RegexOptions options, string input, string message ) : void | ||
NoMatch ( string pattern, string input ) : void | ||
NoMatch ( string pattern, string input, string message ) : void | ||
NotMatches ( string expected, |
||
NotMatches ( string expected, |
||
NotMatches ( string expected, string pattern, RegexOptions options, string input, string message ) : void | ||
NotMatches ( string expected, string pattern, string input ) : void | ||
NotMatches ( string expected, string pattern, string input, string message ) : void |
Метод | Описание | |
---|---|---|
MatchesToStrings ( |
public static IsMatch ( |
||
regex | ||
input | string | |
Результат | void |
public static IsMatch ( |
||
regex | ||
input | string | |
message | string | |
Результат | void |
public static IsMatch ( string pattern, RegexOptions options, string input ) : void | ||
pattern | string | |
options | RegexOptions | |
input | string | |
Результат | void |
public static IsMatch ( string pattern, RegexOptions options, string input, string message ) : void | ||
pattern | string | |
options | RegexOptions | |
input | string | |
message | string | |
Результат | void |
public static IsMatch ( string pattern, string input ) : void | ||
pattern | string | |
input | string | |
Результат | void |
public static IsMatch ( string pattern, string input, string message ) : void | ||
pattern | string | |
input | string | |
message | string | |
Результат | void |
public static Matches ( |
||
regex | ||
input | string | |
Результат | void |
public static Matches ( string expected, |
||
expected | string | |
regex | ||
input | string | |
Результат | void |
public static Matches ( string expected, |
||
expected | string | |
regex | ||
input | string | |
message | string | |
Результат | void |
public static Matches ( string expected, string pattern, RegexOptions options, string input, string message ) : void | ||
expected | string | |
pattern | string | |
options | RegexOptions | |
input | string | |
message | string | |
Результат | void |
public static Matches ( string expected, string pattern, string input ) : void | ||
expected | string | |
pattern | string | |
input | string | |
Результат | void |
public static Matches ( string expected, string pattern, string input, string message ) : void | ||
expected | string | |
pattern | string | |
input | string | |
message | string | |
Результат | void |
public static NoMatch ( |
||
regex | ||
input | string | |
Результат | void |
public static NoMatch ( |
||
regex | ||
input | string | |
message | string | |
Результат | void |
public static NoMatch ( string pattern, RegexOptions options, string input ) : void | ||
pattern | string | |
options | RegexOptions | |
input | string | |
Результат | void |
public static NoMatch ( string pattern, RegexOptions options, string input, string message ) : void | ||
pattern | string | |
options | RegexOptions | |
input | string | |
message | string | |
Результат | void |
public static NoMatch ( string pattern, string input ) : void | ||
pattern | string | |
input | string | |
Результат | void |
public static NoMatch ( string pattern, string input, string message ) : void | ||
pattern | string | |
input | string | |
message | string | |
Результат | void |
public static NotMatches ( string expected, |
||
expected | string | |
regex | ||
input | string | |
Результат | void |
public static NotMatches ( string expected, |
||
expected | string | |
regex | ||
input | string | |
message | string | |
Результат | void |
public static NotMatches ( string expected, string pattern, RegexOptions options, string input, string message ) : void | ||
expected | string | |
pattern | string | |
options | RegexOptions | |
input | string | |
message | string | |
Результат | void |
public static NotMatches ( string expected, string pattern, string input ) : void | ||
expected | string | |
pattern | string | |
input | string | |
Результат | void |
public static NotMatches ( string expected, string pattern, string input, string message ) : void | ||
expected | string | |
pattern | string | |
input | string | |
message | string | |
Результат | void |