@technobuddha > library > String > Categorization
Function: isLowerCase()
ts
function isLowerCase(input: string): boolean;Defined in: is-lower-case.ts:10
Test a string for all lower case characters
Parameters
| Parameter | Type | Description |
|---|---|---|
input | string | string to test |
Returns
boolean
true, if all characters in the string are lower case