String/count_vowels_consonants library

Functions

countVowelsAndConsonants(String text) Map<String, int>
Counts the number of vowels and consonants in a given text.