actions/github/codeql-action-v2/node_modules/lower-case
2026-01-31 18:56:04 +01:00
..
dist initial commit of actions 2026-01-31 18:56:04 +01:00
dist.es2015 initial commit of actions 2026-01-31 18:56:04 +01:00
node_modules/tslib initial commit of actions 2026-01-31 18:56:04 +01:00
LICENSE initial commit of actions 2026-01-31 18:56:04 +01:00
package.json initial commit of actions 2026-01-31 18:56:04 +01:00
README.md initial commit of actions 2026-01-31 18:56:04 +01: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