jack e1a2621c78 update 2 years ago
..
LICENSE e1a2621c78 update 2 years ago
README.md e1a2621c78 update 2 years ago
is-lower-case.d.ts e1a2621c78 update 2 years ago
is-lower-case.js e1a2621c78 update 2 years ago
package.json e1a2621c78 update 2 years ago

README.md

Is Lower Case

NPM version NPM downloads Build status Test coverage

Check if a string is lower case.

Installation

npm install is-lower-case --save

Usage

var isLowerCase = require('is-lower-case')

isLowerCase('string') //=> true
isLowerCase('String') //=> false
isLowerCase('STRING') //=> false

Typings

Includes a TypeScript definition.

License

MIT