pub fn parse(s: &str) -> Vec<String>
Utility function to strip multiple white spaces and return a Vec<String>
Vec<String>