Méthode | Description | |
---|---|---|
Match ( string value, string pattern, bool ignoreCase = false ) : bool |
|
|
WildcardToRegex ( string pattern ) : string |
Converts a wildcard to a regex.
|
public static Match ( string value, string pattern, bool ignoreCase = false ) : bool | ||
value | string | |
pattern | string | |
ignoreCase | bool | |
Résultat | bool |
public static WildcardToRegex ( string pattern ) : string | ||
pattern | string | The wildcard pattern to convert. |
Résultat | string |