mrdocs::isAlphaNumeric

Determine if every character in a string is ASCII alphanumeric.

Synopsis

constexpr
bool
isAlphaNumeric(std::string_view const s) noexcept;

Return Value

true if all characters are ASCII letters or digits.

Parameters

Name

Description

s

String to inspect.

Created with MrDocs