Skip to main content

find_all

Function find_all 

Source
pub fn find_all(
    pattern: &str,
    flags: &str,
    haystack: &[u8],
) -> Vec<(usize, usize)>
Expand description

Find all non-overlapping match spans in haystack.