This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/is-lower-case/README.md

911 B

Is Lower Case

NPM version NPM downloads Bundle size

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