GT2/GT2-Android/node_modules/is-lower-case
Ren Ren Juan c5fd23b54f Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
..
LICENSE Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
README.md Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
is-lower-case.d.ts Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
is-lower-case.js Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
package.json Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00

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