Function nom_grapheme_clusters::parse::ascii_alphanumeric0
source · pub fn ascii_alphanumeric0<T, E>(input: T) -> IResult<T, T, E>where
T: InputTakeAtPosition<Item = LocatedSegment>,
E: ParseError<T>,
Expand description
Recognizes zero or more ASCII alphanumeric segments without diacritics.