mrdocs::toPascalCase

Convert a string to PascalCase using ASCII letter rules.

Synopsis

Declared in <mrdocs/Support/String.hpp>
constexpr
std::string
toPascalCase(std::string_view const input);

Return Value

New string converted to PascalCase.

Parameters

Name Description
input Source string.