replace_all_compiled

Function replace_all_compiled 

Source
pub fn replace_all_compiled(re: &Regex, text: &str, replacement: &str) -> String
Expand description

Replace all matches (with pre-compiled regex)