@kldit/util-slug-to-capitalized
v1.0.1
Published
Slug string to capitalized (uppercase first letter in words) string
Readme
util-slug-to-capitalized
Install
npm i --save @kldit/util-slug-to-capitalizedUsage
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"