====== isupper ====== {{tag>character needs_examples}} ''bool isupper(int c)'' ===== Description ===== Returns true if the character is an uppercase letter. Equivalent to the corresponding C function [[http://en.cppreference.com/w/cpp/string/byte/isupper|isupper]]. ===== See also ===== [[StrIsUpper]]