Function synoptic::find_all

source ·
pub fn find_all(
    exp: &Regex,
    target: &String,
    tab_width: usize
) -> Vec<Range<usize>>
Expand description

This will find all occurances of a string in a document (and return character indices)