[#mrdocs-toCamelCase] = xref:mrdocs.adoc[mrdocs]::toCamelCase :relfileprefix: ../ :mrdocs: Convert a string to `camelCase` using ASCII letter rules. == Synopsis Declared in `<mrdocs/Support/String.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::string toCamelCase(std::string_view const input); ---- == Return Value New string converted to camelCase. == Parameters [cols="1,4"] |=== | Name| Description | *input* | Source string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#