@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
| Parameter | Type | Description |
|---|---|---|
input | string | string to test |
Returns
boolean
true, if all characters in the string are upper case