Skip to main content

find_all

Function find_all 

Source
pub fn find_all<T: Debug + Clone + PartialEq>(
    items: &[Item<T>],
    pat: &[Item<T>],
) -> Vec<Match<T>>
Expand description

Find matches. Similar to Python re.findall but is tree aware.