is-lower-case
Returns `true` if the string is lower case only
Last updated 5 years ago by blakeembrey .
MIT · Repository · Bugs · Original npm
$ cnpm install is-lower-case 
SYNC missed versions from official npm registry.

Is Lower Case

NPM version NPM downloads Bundle size

Returns true if the string is lower case only.

Installation

npm install is-lower-case --save

Usage

import { isLowerCase } from "is-lower-case";

isLowerCase("string"); //=> true
isLowerCase("dot.case"); //=> true
isLowerCase("PascalCase"); //=> false
isLowerCase("version 1.2.10"); //=> true

License

MIT

Current Tags

  • 2.0.2                                ...           latest (5 years ago)

2 Versions

  • 2.0.2                                ...           5 years ago
  • 1.1.3                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (10)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org