Skip to main content

split

Function split 

Source
pub fn split(pattern: &str, text: &str) -> Result<Vec<String>, String>
Expand description

Split string by regex pattern