split_once

Function split_once 

Source
pub fn split_once(s: &str, pattern: char) -> (&str, &str)