C# Class IrcD.Utils.WildCard

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

Méthodes publiques

Méthode Description
WildCard ( string pattern, RegexOptions options, WildcardMatch matchType ) : System
WildCard ( string pattern, WildcardMatch matchType ) : System
WildcardToRegex ( string pattern, WildcardMatch matchType ) : string

Method Details

WildCard() public méthode

public WildCard ( string pattern, RegexOptions options, WildcardMatch matchType ) : System
pattern string
options RegexOptions
matchType WildcardMatch
Résultat System

WildCard() public méthode

public WildCard ( string pattern, WildcardMatch matchType ) : System
pattern string
matchType WildcardMatch
Résultat System

WildcardToRegex() public static méthode

public static WildcardToRegex ( string pattern, WildcardMatch matchType ) : string
pattern string
matchType WildcardMatch
Résultat string