C# Class Tonari.Text.MiniRegex

Exibir arquivo Open project: kyubuns/Kuchen

Public Methods

Method Description
IsMatch ( string input, string pattern ) : bool

Private Methods

Method Description
Filter ( char input, int filter ) : bool
IsTailAllWild ( string format, int startIndex ) : bool

Method Details

IsMatch() public static method

public static IsMatch ( string input, string pattern ) : bool
input string
pattern string
return bool