/ live.thehmm.nl / back / node_modules / no-case /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist.es2015/2 years ago -  
[DIR]dist/2 years ago -  
[   ]LICENSE40 years ago1.1K 
[TXT]README.md40 years ago968 d7c1522 post receive test [كارل مبارك]
[   ]package.json2 years ago2.8K 
README.md

No Case

NPM version NPM downloads Bundle size

Transform into a lower cased string with spaces between words.

Installation

npm install no-case --save

Usage

import { noCase } from "no-case";

noCase("string"); //=> "string"
noCase("dot.case"); //=> "dot case"
noCase("PascalCase"); //=> "pascal case"
noCase("version 1.2.10"); //=> "version 1 2 10"

The function also accepts options.

License

MIT

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80