mrdocs::isAlphabetic
Determine if a character is an ASCII letter.
Synopsis
Declared in <mrdocs/Support/String.hpp>
constexpr
bool
isAlphabetic(char const c) noexcept;
Parameters
| Name | Description |
|---|---|
c |
Character to inspect. |
Created with MrDocs