lowercase Convert text to lowercase
Examples
Lowercase environment variable names
Usage
"HTTP_STATUS_CODE
API_KEY_SECRET" | lowercase Normalize email addresses before importing to a CRM
Usage
"John.Smith@Company.COM
Jane.DOE@Example.ORG" | lowercase Standardize city names for a mailing list
Usage
"NEW YORK
LOS ANGELES
SAN FRANCISCO" | lowercase View source
(input)=>input.toLowerCase()