mrdocs::toKebabCase

Convert a string to kebab‐case using ASCII letter rules.

Synopsis

Declared in <mrdocs/Support/String.hpp>

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

Return Value

New string converted to kebab‐case.

Parameters

Name Description

input

Source string.

Created with MrDocs