# Functions

WildcardMatch returns true if text matches pattern at the given case-sensitivity; returns false otherwise.
WildcardMatchCaseInsensitive returns true if text matches pattern (case-insensitive); returns false otherwise.