split

Function split 

Source
pub fn split(input: &str, separators: Vec<char>, last: bool) -> Vec<String>
Expand description

Safely splits values.