grrs_clone

Function find_matches

Source
pub fn find_matches(
    content: &str,
    pattern: &str,
    writer: impl Write,
) -> Result<()>