Skip to main content

wildcard_matches

Function wildcard_matches 

Source
pub fn wildcard_matches(pattern: &str, input: &str) -> bool
Expand description

Returns true when the pattern matches the entire input.