No Case
Convert text to all lowercase letters with spaces between words
Installation
npm install text-no-case --save
Usage
; ; //=> "string"; //=> "dot case"; //=> "pascal case"; //=> "camel case"; //=> "version 1 2 3"
The function also accepts options
.
License
MIT