Verify if has lowerCase
Install
Install all functions of strman
yarn add strmanor just the isLowerCase function
yarn add strman.islowercaseUsage
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