Before text becomes text, it is just numbers wearing ASCII name tags.
int isalpha(int c)
int isdigit(int c)
int isspace(int c)
int toupper(int c)
int isalnum(int c)
int isprint(int c)
int tolower(int c)