pub fn parse_digits<'a, E>(input: &'a str) -> Result<(&'a str, &'a str), Err<E>>where E: ParseError<&'a str>,
r“[0-9]+“