mrdocs::isAlphabetic

Determine if a character is an ASCII letter.

Synopsis

Declared in <mrdocs/Support/String.hpp>

constexpr
bool
isAlphabetic(char const c) noexcept;

Return Value

true if c is in the ranges 'a'‐'z' or 'A'‐'Z'.

Parameters

Name Description

c

Character to inspect.

Created with MrDocs