pub fn matches_pattern(text: &str, pattern: &str) -> bool
Test whether text matches a glob pattern (* matches any characters).
text
*