package
0.0.0-20210827085852-177fa745932d
Repository: https://github.com/linmadan/egglib-go.git
Documentation: pkg.go.dev
# Functions
CamelCase produces the CamelCase version of the given string.
KebabCase produces the kebab-case version of the given CamelCase string.
SnakeCase produces the snake_case version of the given CamelCase string.
WrapText produces lines with text capped at maxChars it will keep words intact and respects newlines.