Function regexp_replace_with_start

Source
fn regexp_replace_with_start(
    text: &str,
    start: i32,
    ctx: &RegexpContext,
) -> Result<Box<str>>