Checks whether character C is either a decimal digit or an uppercase or lowercase letter as classified by "C" locale.

Synopsis

Declared in <llvm/ADT/StringExtras.h>

bool
isAlnum(char C);

Return Value

True if C is alphanumeric.

Parameters

Name

Description

C

character to test

Created with MrDocs