alphanumeric1

Function alphanumeric1 

Source
pub fn alphanumeric1<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 alphabetic and numeric Unicode characters.