C# Class IrcD.Utils.WildCard

Inheritance: System.Text.RegularExpressions.Regex
Mostrar archivo Open project: FreeApophis/ircddotnet Class Usage Examples

Public Methods

Method 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 method

public WildCard ( string pattern, RegexOptions options, WildcardMatch matchType ) : System
pattern string
options RegexOptions
matchType WildcardMatch
return System

WildCard() public method

public WildCard ( string pattern, WildcardMatch matchType ) : System
pattern string
matchType WildcardMatch
return System

WildcardToRegex() public static method

public static WildcardToRegex ( string pattern, WildcardMatch matchType ) : string
pattern string
matchType WildcardMatch
return string