文法:
#include <cctype> int islower( int 文字 );
islower()関数は、引数で指定された文字が小文字の場合にはゼロ以外の数値を、そうでない場合にはゼロを返します。
関連トピック: isupper