regexp_match

Function regexp_match 

Source
fn regexp_match(
    text: &str,
    regex: &RegexpContext,
    writer: &mut impl ListWrite,
) -> Option<()>