Function sqruff_lib::core::config::split_comma_separated_string
source ยท pub fn split_comma_separated_string(raw_str: &str) -> ValueExpand description
split_comma_separated_string takes a string and splits it on commas and trims and filters out empty strings.