Skip to content

@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

ParameterTypeDescription
inputstringstring to test

Returns

boolean

true, if all characters in the string are lower case