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