lower1

Function lower1 

Source
pub fn lower1<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 alphabetic Unicode characters.