replace_compiled

Function replace_compiled 

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

Replace first match (with pre-compiled regex)