Skip to main content

trimmed_comma_list

Function trimmed_comma_list 

Source
pub fn trimmed_comma_list(text: &str) -> Vec<String>
Expand description

Split comma-separated text into trimmed tokens (Perl: TrimmedCommaList)