[go: up one dir, main page]

pub fn wildmatch(pattern: &BStr, value: &BStr, mode: Mode) -> bool
Expand description

Employ pattern matching to see if value matches pattern.

mode can be used to adjust the way the matching is performed.