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