Convert a string to PascalCase using ASCII letter rules.
PascalCase
<mrdocs/Support/String.hpp>
constexpr std::string toPascalCase(std::string_view const input);