Projects STRLCPY kitsec-core Files
🤬
36 lines | UTF-8 | 867 bytes

Lower Case

[NPM version]npm-url [NPM downloads]downloads-url [Bundle size]bundlephobia-url

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

Please wait...
Page is in error, reload to recover