Function garden::syntax::split_string[][src]

pub fn split_string<'a>(
    string: &'a str,
    split: &str
) -> (bool, &'a str, &'a str)
Expand description

Safely a string into pre and post-split references