sqruff_lib::core::config

Function split_comma_separated_string

Source
pub fn split_comma_separated_string(raw_str: &str) -> Value
Expand description

split_comma_separated_string takes a string and splits it on commas and trims and filters out empty strings.