1.0.5 • Published 6 years ago

@kldit/util-first-char-case v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

util-first-char-case

Install

npm i --save @kldit/util-first-char-case

Usage

Load at the begining of your application.

require("@kldit/util-first-char-case");

Run at any where of your code.

"teste".firstCharToUpperCase() // "Teste"
"TESTE".firstCharToLowerCase() // "tESTE"