Function html5ever::util::str::lower_ascii_letter
source ยท pub(crate) fn lower_ascii_letter(c: char) -> Option<char>
Expand description
If c
is an ASCII letter, return the corresponding lowercase
letter, otherwise None.