pub fn get_letter_count(text: &str) -> u32
Count the number of letters in a given text
Does NOT count white space or punctuation