C# Class Fusion.Wildcard

Inheritance: System.Text.RegularExpressions.Regex
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
Match ( string value, string pattern, bool ignoreCase = false ) : bool

WildcardToRegex ( string pattern ) : string

Converts a wildcard to a regex.

Method Details

Match() public static méthode

public static Match ( string value, string pattern, bool ignoreCase = false ) : bool
value string
pattern string
ignoreCase bool
Résultat bool

WildcardToRegex() public static méthode

Converts a wildcard to a regex.
public static WildcardToRegex ( string pattern ) : string
pattern string The wildcard pattern to convert.
Résultat string