C++ Programming/Code/Standard C Library/Functions/islower
< C++ Programming < Code < Standard C Library < Functionsislower
Syntax |
#include <cctype>
int islower( int ch );
|
The islower() function returns non-zero if its argument is a lowercase letter. Otherwise, zero is returned.
- Related topics
- isupper
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.