text-lower-case-first

Convert text with only the first character in lower case

Usage no npm install needed!

<script type="module">
  import textLowerCaseFirst from 'https://cdn.skypack.dev/text-lower-case-first';
</script>

README

Lower Case First

NPM version NPM downloads Bundle size

Convert text with only the first character in lower case

Installation

npm install text-lower-case-first --save

Usage

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

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

License

MIT