Count how many vowels and consonants occur in a string: Difference between revisions

m
(easylang)
m (→‎{{header|Wren}}: Minor tidy)
Line 2,327:
{{libheader|Wren-str}}
In the absence of any indications to the contrary, we take a simplistic view of only considering English ASCII vowels (not 'y') and consonants.
<syntaxhighlight lang="ecmascriptwren">import "./str" for Str
 
var vowels = "aeiou"
9,479

edits