pub fn recognize_integer<'i>(input: &mut &'i str) -> PResult<&'i str>
Expand description

Recognize one or more decimal digits, optionally preceded by sign