pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

Character Stats

Character, word, and line counts

Analyze
Input122 chars
Output0 chars

Examples

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