Character Stats
Character, word, and line counts
AnalyzeExamples
Check character and word counts for a writing exercise
Usage
"The quick brown fox jumps over the lazy dog.
Pack my box wit..." | wc Verify word count for a cover letter with a 200-word limit
Usage
"Dear hiring manager,
I am writing to apply for the Software..." | wc Count characters in an SQL query for a length-limited input field
Usage
"SELECT id, name, email
FROM users
WHERE active = true
ORDER ..." | wc