lower-case
Advanced tools
Weekly downloads
Readme
Transforms the string to lower case.
npm install lower-case --save
import { lowerCase, localeLowerCase } from "lower-case";
lowerCase("string"); //=> "string"
lowerCase("PascalCase"); //=> "pascalcase"
localeLowerCase("STRING", "tr"); //=> "strıng"
MIT
FAQs
Transforms the string to lower case
The npm package lower-case receives a total of 18,626,987 weekly downloads. As such, lower-case popularity was classified as popular.
We found that lower-case demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.