Return an uppercase copy of the string without locale.
Synopsis
Declared in <mrdocs/Support/String.hpp>
constexpr
std::string
toUpperCase(std::string_view const s) noexcept;
Return Value
Uppercase copy of s.
Parameters
Name |
Description |
s |
Input string. |
Created with MrDocs