def wildcard_match(pattern, text, case_insensitive: bool = True): ...
