HaXeho e0dad002ed first commit 10 ヶ月 前
..
dist e0dad002ed first commit 10 ヶ月 前
dist.es2015 e0dad002ed first commit 10 ヶ月 前
LICENSE e0dad002ed first commit 10 ヶ月 前
README.md e0dad002ed first commit 10 ヶ月 前
package.json e0dad002ed first commit 10 ヶ月 前

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