Skip to main content

wildcard_match

Function wildcard_match 

Source
pub fn wildcard_match(name: &str, pattern: &str) -> bool
Expand description

DOS wildcard match supporting * and ? (case-insensitive callers).