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