Table of Contents
Previous Section Next Section

islower

#include <ctype.h>int islower(int ch);

The islower( ) function returns nonzero if ch is a lowercase letter; otherwise, zero is returned.

A related function is isupper( ).


Table of Contents
Previous Section Next Section