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
This package has been deprecated
Author message:
Use `input.charAt(0).toLowerCase() + input.slice(1)`
Transforms the string with only the first character in lower case.
npm install lower-case-first --save
import { lowerCaseFirst } from "lower-case-first";
lowerCaseFirst("TEST"); //=> "tEST"
MIT
npm i lower-case-first
4,162,459
3.0.0
MIT
2.2 kB
5