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