pub fn pattern_matches(pattern: &str, text: &str) -> bool
Check if a pattern matches a string using glob-style wildcards. Supports: * (match any characters)