Name
isupper -- check if character is an upper case letter (V7.0)
Synopsis
int r = isupper(int c);
Function
Checks if the Unicode character passed in c is an upper case letter and returns True if it is, otherwise False.

Designer compatibility
Unsupported

Inputs
c
character to test
Results
r
test result

Show TOC