Function adv_remove_all_regex

Source
pub fn adv_remove_all_regex(
    s: &String,
    regex: &str,
) -> (bool, Vec<(usize, usize)>, String)