pub fn array_replace( arr: &[String], pattern: &str, replacement: &str, global: bool, ) -> Vec<String>
Search and replace in array (from subst.c ${array/pat/repl})