Skip to main content

glob_matches

Function glob_matches 

Source
pub fn glob_matches(pattern: &str, value: &str) -> bool
Expand description

A */? glob match (segments are not special: * crosses /, matching the whole-path selection intent).