text-no-case
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

No Case

NPM version NPM downloads Bundle size

Convert text to all lowercase letters with spaces between words

Installation

npm install text-no-case --save

Usage

import { noCase } from "text-no-case";
 
noCase("string"); //=> "string"
noCase("dot.case"); //=> "dot case"
noCase("PascalCase"); //=> "pascal case"
noCase("camelCase"); //=> "camel case"
noCase("version 1.2.3"); //=> "version 1 2 3"

The function also accepts options.

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.22,393latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.22,393
1.0.01

Package Sidebar

Install

npm i text-no-case

Weekly Downloads

2,394

Version

1.0.2

License

MIT

Unpacked Size

8.06 kB

Total Files

7

Last publish

Collaborators

  • dimetrix