You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						 | 
			4 years ago | |
|---|---|---|
| .. | ||
| LICENSE | 4 years ago | |
| README.md | 4 years ago | |
| is-upper-case.d.ts | 4 years ago | |
| is-upper-case.js | 4 years ago | |
| package.json | 4 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	Is Upper Case
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