lhl 6ff0e96ad3 8-4-1 | vor 1 Jahr | |
---|---|---|
.. | ||
LICENSE | vor 1 Jahr | |
README.md | vor 1 Jahr | |
is-lower-case.d.ts | vor 1 Jahr | |
is-lower-case.js | vor 1 Jahr | |
package.json | vor 1 Jahr |
Check if a string is lower case.
npm install is-lower-case --save
var isLowerCase = require('is-lower-case')
isLowerCase('string') //=> true
isLowerCase('String') //=> false
isLowerCase('STRING') //=> false
Includes a TypeScript definition.
MIT