GlobMatcherIsMatch(String, String, Boolean) Method |
Determines whether an input path matches a single glob pattern.
Namespace: Altaxo.SerializationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic static bool IsMatch(
string pattern,
string input,
bool caseSensitive = false
)
Parameters
- pattern String
- The glob pattern.
- input String
- The input path to test.
- caseSensitive Boolean (Optional)
- If set to , matching is case-sensitive.
Return Value
Boolean if the input matches the pattern; otherwise,
.
See Also