Vowel counter
Simple Latin vowel tally—Y is not counted.
Client7 vowels
Nearby workflows on Toolcore
- Consonant counter — Count A–Z letters that are not vowels—writing stats locally. for the next text or markup step in your edit loop.
- Letter frequency table — Count a–z letter frequencies as percentages—cryptanalysis starter. for the next text or markup step in your edit loop.
- Word & character count — Words, characters, lines, and reading time—paste any text, all client-side. for the next text or markup step in your edit loop.
- Syllable counter (English heuristic) — Estimate English syllables with vowel-group heuristics—poetry and readability aid. for the next text or markup step in your edit loop.
Common use cases
- Vowel counter for quick local checks without uploading data.
- Copy results into tickets, docs, or classroom notes.
Common mistakes to avoid
Unexpected input shape
See the intro and how-to notes for accepted formats.
FAQ
Is processing local?
Yes—this runs entirely in your browser.
Agent prefill?
Use q or qb for the main text field when supported.
More tools
Related utilities you can open in another tab—mostly client-side.
Consonant counter
ClientCount A–Z letters that are not vowels—writing stats locally.
Letter frequency table
ClientCount a–z letter frequencies as percentages—cryptanalysis starter.
Word & character count
ClientWords, characters, lines, and reading time—paste any text, all client-side.
Syllable counter (English heuristic)
ClientEstimate English syllables with vowel-group heuristics—poetry and readability aid.