[][src]Function yarte_html::utils::lower_ascii_letter

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

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