Function regexp_matches

Source
fn regexp_matches<'a>(
    text: &'a str,
    regex: &'a RegexpContext,
) -> impl Iterator<Item = ListValue> + 'a