isLowerCase

Verify if has lowerCase

Install

Install all functions of strman

yarn add strman

or just the isLowerCase function

yarn add strman.islowercase

Usage

import { isLowerCase } from 'strman'
// OR
import isLowerCase from 'strman.islowercase'
Parameters:
Name Type Description
value String

The String!

Source:
Returns:

String is lowercase?

Type
Boolean