mrdocs::isUpperCase

Determine if every character in a string is uppercase ASCII.

Synopsis

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

Return Value

true if all characters are uppercase ASCII letters.

Parameters

Name

Description

s

String to inspect.

Created with MrDocs