pub fn replace_all_compiled(re: &Regex, text: &str, replacement: &str) -> String
Replace all matches (with pre-compiled regex)