pub const lower: CharParser;
Matches any lowercase letter (see char::is_lowercase). Returns a char.
char::is_lowercase
char