@tempots/std

isUpperCase() function

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

Signature:

isUpperCase: (value: string) => boolean

Parameters

Parameter

Type

Description

value

string

The string to check.

Returns: boolean

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