|
|
||
|---|---|---|
| .. | ||
| LICENSE | ||
| README.md | ||
| is-lower-case.d.ts | ||
| is-lower-case.js | ||
| package.json | ||
README.md
Is Lower Case
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