Skip to content

Files

Latest commit

Sep 11, 2021
ff979aa · Sep 11, 2021

History

History
35 lines (24 loc) · 867 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 867 Bytes

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