mrdocs::toCamelCase

Convert a string to camelCase using ASCII letter rules.

Synopsis

constexpr
std::string
toCamelCase(std::string_view const input);

Return Value

New string converted to camelCase.

Parameters

Name

Description

input

Source string.

Created with MrDocs