pub fn ascii_alphanumeric1<T, E>(input: T) -> IResult<T, T, E>where
    T: InputTakeAtPosition<Item = LocatedSegment>,
    E: ParseError<T>,
Expand description

Recognizes one or more ASCII alphanumeric segments without diacritics.