Skip to main content

pattern_matches

Function pattern_matches 

Source
pub fn pattern_matches(pattern: &str, text: &str) -> bool
Expand description

Simple glob pattern matching. * matches any characters (including none).