pub fn wildmatch(pattern: &BStr, value: &BStr, mode: Mode) -> bool
Employ pattern matching to see if value matches pattern.
value
pattern
mode can be used to adjust the way the matching is performed.
mode