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

Package Sidebar

Install

npm i text-no-case

Weekly Downloads

2,306

Version

1.0.2

License

MIT

Unpacked Size

8.06 kB

Total Files

7

Last publish

Collaborators

  • dimetrix