Function get_letter_count

Source
pub fn get_letter_count(text: &str) -> u32
Expand description

Count the number of letters in a given text

Does NOT count white space or punctuation