split

Function split 

Source
pub fn split(s: &str, delimiter: &str, limit: Option<usize>) -> Vec<String>