pub fn split(text: &str) -> (&str, Option<&str>)
Split into (body, Some(machine_region)), or (whole_text, None) when the file has no GDOC_METADATA section yet.
(body, Some(machine_region))
(whole_text, None)
GDOC_METADATA