Posted 2019-03-21Updated 2021-08-02C/C++ / Cstda few seconds read (About 33 words)0 visits字符串、字符处理<cctype>检验字符类型 isalpha(ch) isupper(ch) islower(ch) isdigit(ch) isxdigit(ch) isalnum(ch) ispunct(ch) isspace(ch) isprint(ch) 大小写转换 toupper(ch) tolower(ch) 字符串、字符处理https://xyy15926.github.io/C-C/Cstd/char_str.htmlAuthorUBeaRLyPosted on2019-03-21Updated on2021-08-02Licensed under#CharacterC/C++Cstd