iswlower function — Determines whether a wide character is lowercase
int iswlower(wint_t wc)
The iswlower function returns true (nonzero) if wc is a lowercase character.
iswlower
wc
iswalpha function, iswupper function, towlower function, islower in <cctype>
islower
<cctype>