Path Case
Transform into a lower case text with slashes between words.
Installation
npm install text-path-case --save
Usage
; ; //=> "string"; //=> "dot/case"; //=> "pascal/case"; //=> "camel/case"; //=> "version/1/2/10"
The function also accepts options
.
License
MIT