Function nmd_core::utility::text_utility::replace

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