Skip to main content

regex_replace

Function regex_replace 

Source
pub fn regex_replace(
    s: &str,
    pattern: &str,
    repl: &str,
) -> Result<String, Error>