Skip to main content

SegmentMatch

Function SegmentMatch 

Source
pub fn SegmentMatch(Pattern: &[&str], Entry: &[&str]) -> bool
Expand description

Recursive segment-by-segment glob match. ** consumes zero or more path segments; * matches exactly one segment via SingleSegmentMatch.