Module case_convert

Module case_convert 

Source

Structsยง

ToCamelCaseFunction
TO_CAMEL_CASE(string) - Converts text to camelCase
ToConstantCaseFunction
TO_CONSTANT_CASE(string) - Converts text to CONSTANT_CASE
ToKebabCaseFunction
TO_KEBAB_CASE(string) - Converts text to kebab-case
ToPascalCaseFunction
TO_PASCAL_CASE(string) - Converts text to PascalCase
ToSnakeCaseFunction
TO_SNAKE_CASE(string) - Converts text to snake_case