pub fn iterate_lexical(s: &str) -> impl Iterator<Item = char> + '_
Returns an iterator over the characters of a string, converted to lowercase and transliterated to ASCII, if they’re alphanumeric