pub fn parse(description: &str) -> (String, String)
Split a description into (due, remaining_text).
(due, remaining_text)