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

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