Skip to content

IS_ALPHA

IS_ALPHA

Description

Checks if the given character c is an ASCII alphabet.

Parameters

Name Direction Description
c in The character to check.

Success

Returns true for a-z/A-Z, false otherwise.

Failure

Function cannot fail - always returns boolean result.

Usage example (Cross-references)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on