Change Case
Convert text between
camelCase
,PascalCase
,Capital Case
,Header-Case
,Title Case
,path/case
,snake_case
,param-case
,dot.case
,no case
,CONSTANT_CASE
,lower case
,lOWER CASE FIRST
,UPPER CASE
,Upper case first
,sWaP cAsE
->SwAp CaSe
,Sentence Case
,isLowerCase
,isUpperCase
, and other
Installation
npm install text-case --save
Usage
;
Methods can also be installed independently. All functions also accept options
as the second argument.
License
MIT