[[
islower
]]
C++ Reference
You are here:
C++ Reference
»
C++参考
»
C++ Strings
»
标准C字符串和字符
»
islower
Translations of this page
?
:
en
br-pt
cn
cz
de
es
fr
it
jp
lv
nl
pl
ro
ru
sk
tr
tw
islower
语法:
#include <cctype>
int
islower
(
int
ch
)
;
如果参数是一个小写字母, islower() 函数返回一个非零值。否则,返回零。
相关主题:
isupper
Edit this page
Old revisions
Login
Sitemap
Recent changes
RSS
cc