Endymion a2d945fe6f fix:heyingying il y a 1 an
..
dist a2d945fe6f fix:heyingying il y a 1 an
dist.es2015 a2d945fe6f fix:heyingying il y a 1 an
LICENSE a2d945fe6f fix:heyingying il y a 1 an
README.md a2d945fe6f fix:heyingying il y a 1 an
package.json a2d945fe6f fix:heyingying il y a 1 an

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