![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | node_modules/ | 2 years ago | - | |
![]() | LICENSE | 9 years ago | 1.1K | |
![]() | README.md | 9 years ago | 1.1K | d7c1522 post receive test [كارل مبارك] |
![]() | is-lower-case.d.ts | 9 years ago | 95 | |
![]() | is-lower-case.js | 9 years ago | 258 | |
![]() | package.json | 2 years ago | 1.9K |
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