mrdocs::toCamelCase
Convert a string to camelCase using ASCII letter rules.
Synopsis
Declared in <mrdocs/Support/String.hpp>
constexpr
std::string
toCamelCase(std::string_view const input);
Parameters
| Name | Description |
|---|---|
input |
Source string. |
Created with MrDocs