C# Class Fusion.Wildcard

Inheritance: System.Text.RegularExpressions.Regex
Datei anzeigen Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

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

public static Match ( string value, string pattern, bool ignoreCase = false ) : bool
value string
pattern string
ignoreCase bool
return bool

WildcardToRegex() public static method

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