Function num_checker

Source
pub fn num_checker<'a, E: ParseError<&'a str>>(
    input: &'a str,
) -> IResult<&'a str, &'a str, E>