pub fn trimmed_comma_list(text: &str) -> Vec<String>
Split comma-separated text into trimmed tokens (Perl: TrimmedCommaList)