You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.1 KiB

Is Upper Case

NPM version NPM downloads Build status Test coverage

Check if a string is upper case.

Installation

npm install is-upper-case --save

Usage

var isUpperCase = require('is-upper-case')

isUpperCase('STRING') //=> true
isUpperCase('String') //=> false
isUpperCase('string') //=> false

Typings

Includes a TypeScript definition.

License

MIT