메소드 | 설명 | |
---|---|---|
Wildcard ( string pattern, bool matchStartEnd ) : System.Text.RegularExpressions |
Initializes a wildcard with the given search pattern.
|
|
Wildcard ( string pattern, bool matchStartEnd, RegexOptions options ) : System.Text.RegularExpressions |
Initializes a wildcard with the given search pattern and options.
|
|
WildcardToRegex ( string pattern, bool matchStartEnd ) : string |
Converts a wildcard to a regex.
|
public Wildcard ( string pattern, bool matchStartEnd ) : System.Text.RegularExpressions | ||
pattern | string | The wildcard pattern to match. |
matchStartEnd | bool | |
리턴 | System.Text.RegularExpressions |
public Wildcard ( string pattern, bool matchStartEnd, RegexOptions options ) : System.Text.RegularExpressions | ||
pattern | string | The wildcard pattern to match. |
matchStartEnd | bool | |
options | RegexOptions | A combination of one or more
/// |
리턴 | System.Text.RegularExpressions |
public static WildcardToRegex ( string pattern, bool matchStartEnd ) : string | ||
pattern | string | The wildcard pattern to convert. |
matchStartEnd | bool | |
리턴 | string |