ProcessQuery.globMatch
private
bool globMatch(string str, string pattern)Matches a string against a glob pattern.
Parameters
str | The string to match. |
pattern | The glob pattern. |
Returns
true if the string matches the pattern, false otherwise.