C# Class Raven.Database.Util.WildcardMatcher

显示文件 Open project: synhershko/ravendb

Public Methods

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

Private Methods

Method Description
MatchesImpl ( string pattern, string input, int patternPos, int inputPos ) : bool

Method Details

Matches() public static method

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