Skip to main content

PatternMatchesAnyEntry

Function PatternMatchesAnyEntry 

Source
pub fn PatternMatchesAnyEntry(Pattern: &str, Entries: &[String]) -> bool
Expand description

Check whether Pattern matches any entry in Entries. Supports literal paths, * (one segment), and ** (any segments). Case-sensitive per the VS Code spec.