pub fn ascii0<T, Error>(input: T) -> IResult<T, T, Error>where T: Input, <T as Input>::Item: IsChar, Error: ParseError<T>,
Recognizes zero or more ASCII characters.