Translations of this page?:

islower

语法:

    #include <cctype>
    int islower( int ch );

如果参数是一个小写字母, islower() 函数返回一个非零值。否则,返回零。

相关主题: isupper

 
• • • SitemapRecent changesRSScc