(text: &'a str, label: &str) -> &'a str { + let section = text + .split(label) + .nth(1) + .unwrap_or_default(); + Self::clip_at_first( + section, + &["", "