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

Package Sidebar

Install

npm i lower-case-first

Weekly Downloads

4,373,257

Version

3.0.0

License

MIT

Unpacked Size

2.2 kB

Total Files

5

Last publish

Collaborators

  • blakeembrey