1.0.1 • Published 6 years ago

@kldit/util-slug-to-capitalized v1.0.1

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

util-slug-to-capitalized

Install

npm i --save @kldit/util-slug-to-capitalized

Usage

Load at the begining of your application.

require("@kldit/util-slug-to-capitalized");

Run at any where of your code.

"teste-plutot-good-nicht".slugToCapitalized() // "TestePlutotGoodNicht"
"teste".firstCharToLowerCase() // "Teste"