Description
Analyse if a char is upper case (that is a letter in upper case). Returns true if thisChar is upper case.
Syntax
`isUpperCase(thisChar)`
Parameters
thisChar
: variable. Allowed data types: char
Returns
true
: if thisChar is upper case.