fn build_value_matcher( pattern: &str, mode: ValueMatchMode, case_insensitive: bool, ) -> Option<Box<dyn Fn(&str) -> bool>>