pub fn pattern_matches(pattern: &str, text: &str) -> bool
Simple glob pattern matching. * matches any characters (including none).
*