pub fn array_filter_pattern( arr: &[String], pattern: &str, invert: bool, ) -> Vec<String>
Pattern filter (from subst.c ${array:#pattern})