Table of Contents

isupper

bool isupper(int c)

Description

Returns true if the character is an uppercase letter. Equivalent to the corresponding C function isupper.

See also

StrIsUpper