selfcarebot/node_modules/lower-case
2023-03-30 06:02:54 +00:00
..
dist Added main bot functionality 2023-03-30 06:02:54 +00:00
dist.es2015 Added main bot functionality 2023-03-30 06:02:54 +00:00
LICENSE Added main bot functionality 2023-03-30 06:02:54 +00:00
package.json Added main bot functionality 2023-03-30 06:02:54 +00:00
README.md Added main bot functionality 2023-03-30 06:02:54 +00:00

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