isalpha – alphabetic character test ... isalpha(int c); ... The isalpha() function tests for any character for which isupper(3) or islower(3) is true.
確定! 回上一頁