This package has been deprecated

Author message:

Use `input.charAt(0).toLowerCase() + input.slice(1)`

lower-case-first
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/lower-case-first package

3.0.0 • Public • Published

Lower Case First

Transforms the string with only the first character in lower case.

Installation

npm install lower-case-first --save

Usage

import { lowerCaseFirst } from "lower-case-first";

lowerCaseFirst("TEST"); //=> "tEST"

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.2
    2,713,528
  • 2.0.1
    63
  • 2.0.0
    2
  • 1.0.2
    1,607,133
  • 1.0.1
    1
  • 1.0.0
    12

Package Sidebar

Install

npm i lower-case-first

Weekly Downloads

4,320,837

Version

3.0.0

License

MIT

Unpacked Size

2.2 kB

Total Files

5

Last publish

Collaborators

  • blakeembrey