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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i lower-case-first

      Weekly Downloads

      4,269,344

      Version

      3.0.0

      License

      MIT

      Unpacked Size

      2.2 kB

      Total Files

      5

      Last publish

      Collaborators

      • blakeembrey