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
"[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()