Function split_at

Source
fn split_at(input: &str) -> IResult<&str, Option<&str>>