Skip to main content

split

Function split 

Source
pub fn split(text: &str) -> (&str, Option<&str>)
Expand description

Split into (body, Some(machine_region)), or (whole_text, None) when the file has no GDOC_METADATA section yet.