Table of Contents

isalpha

bool isalpha(int c)

Description

Returns true if the character is a letter of the alphabet. Equivalent to the corresponding C function isalpha.

See also

StrIsAlpha