메소드 | 설명 | |
---|---|---|
FluentFilter ( this |
Fluents the filter.
|
|
FluentMatch ( this regex, string inputString ) : dynamic |
Fluents the match.
|
|
FluentMatches ( this regex, string inputString ) : IEnumerable |
Fluents the matches.
|
|
Match ( string inputString, |
Matches the specified input string.
|
|
Matches ( string inputString, |
Matcheses the specified input string.
|
public static FluentFilter ( this |
||
list | this |
The list. |
regex | The regex. | |
리턴 | IEnumerable |
public static FluentMatch ( this regex, string inputString ) : dynamic | ||
regex | this | The regex. |
inputString | string | The input string. |
리턴 | dynamic |
public static FluentMatches ( this regex, string inputString ) : IEnumerable |
||
regex | this | The regex. |
inputString | string | The input string. |
리턴 | IEnumerable |
public static Match ( string inputString, |
||
inputString | string | The input string. |
regex | The regex. | |
리턴 | dynamic |
public static Matches ( string inputString, |
||
inputString | string | The input string. |
regex | The regex. | |
리턴 | IEnumerable |