1.0.4 • Published 4 years ago

text-lower-case v1.0.4

Weekly downloads
318
License
MIT
Repository
github
Last release
4 years ago

Lower Case

NPM version NPM downloads Bundle size

Convert text to all lowercase letters

Installation

npm install text-lower-case --save

Usage

import { lowerCase } from "text-lower-case";

lowerCase("STRING"); //=> "string"
lowerCase("PascalCase"); //=> "pascalcase"
lowerCase("camelCase"); //=> "camelcase"

License

MIT