deepsea ca9f471156 first commit vor 1 Jahr
..
dist ca9f471156 first commit vor 1 Jahr
dist.es2015 ca9f471156 first commit vor 1 Jahr
LICENSE ca9f471156 first commit vor 1 Jahr
README.md ca9f471156 first commit vor 1 Jahr
package.json ca9f471156 first commit vor 1 Jahr

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