fn() isalpha
Check if character is a upper or lowercase letter

Defined in <cctype>
Signature bool isalpha(c);

Parameters

c The character to be checked. Type: int

Return Values

bool true (non-zero) if c is a character.

Detailed Description

Remarks

This is non-SeqAn, plain c and listed for completeness.

See Also