Евгения Акиншина 52274d6dab HW<react> done il y a 3 ans
..
dist 52274d6dab HW<react> done il y a 3 ans
dist.es2015 52274d6dab HW<react> done il y a 3 ans
node_modules 52274d6dab HW<react> done il y a 3 ans
LICENSE 52274d6dab HW<react> done il y a 3 ans
README.md 52274d6dab HW<react> done il y a 3 ans
package.json 52274d6dab HW<react> done il y a 3 ans

README.md

Lower Case

NPM version NPM downloads Bundle size

Transforms the string to lower case.

Installation

npm install lower-case --save

Usage

import { lowerCase, localeLowerCase } from "lower-case";

lowerCase("string"); //=> "string"
lowerCase("PascalCase"); //=> "pascalcase"

localeLowerCase("STRING", "tr"); //=> "strıng"

License

MIT