iswlower
extern int iswlower(wint_t wc);
if (iswlower(i))
if (iswlower(ch)) {
if (!iswupper(ch) || iswlower(ch)) {
if (iswupper(ch) || !iswlower(ch)) {