pub fn lower_ascii_letter(c: char) -> Option<char>
Expand description

If c is an ASCII letter, return the corresponding lowercase letter, otherwise None.