Method | Description | |
---|---|---|
Wildcard ( string pattern ) : System |
Initializes a wildcard with the given search pattern.
|
|
Wildcard ( string pattern, RegexOptions options ) : System |
Initializes a wildcard with the given search pattern and options.
|
|
WildcardToRegex ( string pattern ) : string |
Converts a wildcard to a regex.
|
public Wildcard ( string pattern ) : System | ||
pattern | string | The wildcard pattern to match. |
return | System |
public Wildcard ( string pattern, RegexOptions options ) : System | ||
pattern | string | The wildcard pattern to match. |
options | RegexOptions | A combination of one or more
/// |
return | System |
public static WildcardToRegex ( string pattern ) : string | ||
pattern | string | The wildcard pattern to convert. |
return | string |