is-lower-case
Check if a string is lower cased
Last updated 10 years ago by blakeembrey .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install is-lower-case 
SYNC missed versions from official npm registry.

Is Lower Case

Returns true if the string is lower case only.

Installation

npm install is-lower-case --save

Usage

import { isLowerCase } from "is-lower-case";

isLowerCase("string"); //=> true
isLowerCase("dot.case"); //=> true
isLowerCase("PascalCase"); //=> false
isLowerCase("version 1.2.10"); //=> true

License

MIT

Current Tags

  • 3.0.0                                ...           latest (a year ago)

10 Versions

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

Copyright 2013 - present © cnpmjs.org | Home |