Skip to main content

clean_split

Function clean_split 

Source
pub fn clean_split(subject: String, split_char: String) -> Vec<String>
Expand description

Both the string and split character have to be strings.