alpha1

Function alpha1 

Source
pub fn alpha1<T, Error>(input: T) -> IResult<T, T, Error>
where T: Input, <T as Input>::Item: IsChar, Error: ParseError<T>,
Expand description

Recognizes one or more lowercase and uppercase alphabetic Unicode characters.