Skip to main content

regex_split

Function regex_split 

Source
pub fn regex_split(
    pattern: &str,
    text: &str,
    flags: &str,
) -> Result<Vec<String>, String>