Capital Case
Transform into a space separated text with each word capitalized.
Installation
npm install text-capital-case --save
Usage
; ; //=> "String"; //=> "Dot Case"; //=> "Pascal Case"; //=> "Camel Case"; //=> "Version 1 2 3"
The function also accepts options
.
License
MIT