text-upper-case-first

Convert text with only the first character in upper case

Usage no npm install needed!

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

README

Upper Case First

NPM version NPM downloads Bundle size

Convert text with only the first character in upper case

Installation

npm install text-upper-case-first --save

Usage

import { upperCaseFirst } from "text-upper-case-first";

upperCaseFirst("test"); //=> "Test"

License

MIT