is-lowercase

1.0.0 • Public • Published

is-lowercase Build Status

Check if a string is all lowercase

Install

$ npm install --save is-lowercase

Usage

var isLowercase = require('is-lowercase');

isLowercase('unicorns');
//=> true

isLowercase('Unicorns');
//=> false

License

MIT © Arthur Verschaeve

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i is-lowercase

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • arthurvr