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