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

uppercase Convert text to UPPERCASE

Aa Text
Input0 chars
Output0 chars

Examples

Uppercase code annotations for grep

Usage
"fixme: handle null response
todo: add rate limiting" | uppercase

Format email subject lines for A/B testing

Usage
"summer sale now live
free shipping on orders over $50" | uppercase

Standardize product SKUs for inventory upload

Usage
"sku-widget-blue
sku-gadget-red
sku-tool-green" | uppercase
View source
(input)=>input.toUpperCase()