Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelCase ¶
Converts input string to "camelCase" (lower camel case) naming convention. Removes all whitespace and special characters. Supports Unicode characters.
func KebabCase ¶ added in v1.1.0
Converts input string to "kebab-case" naming convention. Removes all whitespace and special characters. Supports Unicode characters.
func PascalCase ¶
Converts input string to "PascalCase" (upper camel case) naming convention. Removes all whitespace and special characters. Supports Unicode characters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.