no-case
Advanced tools
Transform into a lower cased string with spaces between words
Weekly downloads
Readme
Transform into a lower cased string with spaces between words.
npm install no-case --save
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
.
MIT
Transform into a lower cased string with spaces between words
The npm package no-case receives a total of 15,694,500 weekly downloads. As such, no-case popularity was classified as popular.
We found that no-case demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.