util-first-char-case
Install
npm i --save @kldit/util-slugify
Usage
Load at the begining of your application.
require("@kldit/util-slugify");
Run at any where of your code.
"Teste plutôt good nicht".slugify() // "teste-plutot-good-nicht"
"TESTE".firstCharToLowerCase() // "teste"