You are here : C -> ctype.h

ctype.h

isalnum() Check if Alphabet or Number
isalpha() Check if Alphabet
iscntrl()
isdigit()
isgraph()
islower()
isprint()
ispunct()
isspace()
isupper()
isxdigit()
tolower()
toupper()