Skip to main content

regexp_replace

Function regexp_replace 

Source
fn regexp_replace<'a>(
    source: &'a str,
    pattern: &str,
    replacement: &str,
    flags_opt: OptionalArg<&str>,
) -> Result<Cow<'a, str>, EvalError>