Function gix::pathspec::attributes::glob::wildmatch

source ยท
pub fn wildmatch(pattern: &BStr, value: &BStr, mode: Mode) -> bool
Available on crate feature attributes only.
Expand description

Employ pattern matching to see if value matches pattern.

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