text-lower-case
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Lower Case

NPM version NPM downloads Bundle size

Convert text to all lowercase letters

Installation

npm install text-lower-case --save

Usage

import { lowerCase } from "text-lower-case";
 
lowerCase("STRING"); //=> "string"
lowerCase("PascalCase"); //=> "pascalcase"
lowerCase("camelCase"); //=> "camelcase"

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    5,327
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    5,327
  • 1.0.2
    197
  • 1.0.1
    2
  • 1.0.0
    3

Package Sidebar

Install

npm i text-lower-case

Weekly Downloads

1,943

Version

1.0.4

License

MIT

Unpacked Size

6.87 kB

Total Files

7

Last publish

Collaborators

  • dimetrix