pub fn clean_split(subject: String, split_char: String) -> Vec<String>
Both the string and split character have to be strings.