is-upper-case
Returns `true` if the string is upper case only.
Last updated a year ago by blakeembrey .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install is-upper-case 
SYNC missed versions from official npm registry.

Is Upper Case

Returns true if the string is upper case only.

Installation

npm install is-upper-case --save

Usage

import { isUpperCase } from "is-upper-case";

isUpperCase("string"); //=> false
isUpperCase("dot.case"); //=> false
isUpperCase("PascalCase"); //=> false
isUpperCase("CONSTANT_CASE"); //=> true

License

MIT

Current Tags

  • 3.0.0                                ...           latest (a year ago)

10 Versions

  • 3.0.0                                ...           a year ago
  • 2.0.2                                ...           4 years ago
  • 2.0.1                                ...           5 years ago
  • 2.0.0                                ...           5 years ago
  • 1.1.2                                ...           9 years ago
  • 1.1.1                                ...           10 years ago
  • 1.1.0                                ...           10 years ago
  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           10 years ago
  • 0.0.1                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |