@tempots/std

isLowerCase() function

Returns true if the value string is composed of only lower cased characters or case neutral characters.

Signature:

isLowerCase: (value: string) => boolean

Parameters

Parameter

Type

Description

value

string

The string to check.

Returns: boolean

true if the string contains only lower case characters, false otherwise.