Documentation
¶
Overview ¶
Package caseconv provides utility function to convert strings into different casings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToCamelCase ¶
ToCamelCase returns a copy of the input string that is set to camelCase.
func ToConstantCase ¶
ToConstantCase returns a copy of the input string that is set to CONSTANT_CASE.
func ToKebabCase ¶
ToKebabCase returns a copy of the input string that is set to kebab-case.
func ToPascalCase ¶
ToPascalCase returns a copy of the input string that is set to PascalCase.
func ToSnakeCase ¶
ToSnakeCase returns a copy of the input string that is set to snake_case.
func ToStartCase ¶
ToStartCase returns a copy of the input string that is set to Start Case.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.