pub fn parse_patterns(raw: &str, case_insensitive: bool) -> Vec<String>
Parse a comma-separated pattern string into a Vec<String>.
Vec<String>