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

1.0.2 • Public • Published

Is Lower Case

NPM version NPM downloads Bundle size

Returns true if text is lower case only.

Installation

npm install text-is-lower-case --save

Usage

import { isLowerCase } from "text-is-lower-case";
 
isLowerCase("string"); //=> true
isLowerCase("dot.case"); //=> true
isLowerCase("PascalCase"); //=> false
isLowerCase("camelCase"); //=> false
isLowerCase("version 1.2.10"); //=> true

License

MIT

Package Sidebar

Install

npm i text-is-lower-case

Weekly Downloads

1,997

Version

1.0.2

License

MIT

Unpacked Size

4.93 kB

Total Files

7

Last publish

Collaborators

  • dimetrix