適用於string對象的字符操做函數

#include "cctype" git

isalnum(c)  若是c是字母或數字,則爲true spa

isalpha(c) 字母,true it

iscntrl(c) 控制字符 true di

isdigit(c) 數字 true 字符

isgraph(c) 不是空格可是可打印 true 數字

islower(c) 小寫字母 true

isprint(c)可打印 true

ispunct(c) 標點 true

isspace(c) 空格 true

isupper(c) 大寫 true

isxdigit(c) 十六進制 true

tolower(c) 轉爲小寫

toupper(c)  轉爲大寫

相關文章
相關標籤/搜索