lower0

Function lower0 

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

Recognizes zero or more lowercase alphabetic Unicode characters.