Function replace

Source
pub fn replace(content: &str, replacements: &Vec<(Regex, String)>) -> String