BloombergLP::bdlb::CharType::isAlpha

Return whether character is alphabetic.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isAlpha(char character);

Description

Return true if the specified character is in the ALPHA category (i.e., [A-Za-z]), and false otherwise.

Return Value

true if character is alphabetic, and false otherwise

Parameters

NameDescription
charactercharacter to classify