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

lowercase Convert text to lowercase

Aa Text
Input0 chars
Output0 chars

Examples

Lowercase environment variable names

Usage
"HTTP_STATUS_CODE
API_KEY_SECRET" | lowercase

Normalize email addresses before importing to a CRM

Usage
"[email protected]
[email protected]" | lowercase

Standardize city names for a mailing list

Usage
"NEW YORK
LOS ANGELES
SAN FRANCISCO" | lowercase
View source
(input)=>input.toLowerCase()