1. Analyze a pangram
Language learnerBackground
A language learner wants to inspect the letter composition of a short English sentence while keeping the original wording unchanged.
Problem
Manually counting vowels, consonants, and character positions is slow and can lead to indexing errors.
How to use
Enter `Sphinx of black quartz`, select Analyze, and target Vowels and consonants.
Treat Y as a vowel: offOutcome
The JSON result reports letter counts, zero-based positions, per-word counts, and the unchanged result text.