replace_all

Function replace_all 

Source
pub fn replace_all(
    pattern: &str,
    text: &str,
    replacement: &str,
) -> Result<String, String>
Expand description

Replace all matches