Skip to content

@technobuddha > library > String > Categorization

Function: isUpperCase()

ts
function isUpperCase(input: string): boolean;

Defined in: is-upper-case.ts:10

Test a string for all upper case characters

Parameters

ParameterTypeDescription
inputstringstring to test

Returns

boolean

true, if all characters in the string are upper case