Function garden::syntax::split_string

source ·
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