Skip to main content

filter_uris

Function filter_uris 

Source
pub fn filter_uris<'a>(patterns: &[&str], uris: &[&'a str]) -> Vec<&'a str>
Expand description

Filter a list of URIs by a set of patterns. Returns matching URIs.