Function nom_grapheme_clusters::parse::alpha0
source · pub fn alpha0<T, E>(input: T) -> IResult<T, T, E>where
T: InputTakeAtPosition<Item = LocatedSegment>,
E: ParseError<T>,
Expand description
Recognizes zero or more UTF-8 alphabetic segments, possibly with diacritics.