package
0.14.0
Repository: https://github.com/goph/stdlib.git
Documentation: pkg.go.dev

# Functions

ToCamel converts a string (snake, spinal or Train) to CamelCase.
ToSnake converts a string (camel, spinal or Train) to snake_case.
ToSpinal converts a string (camel, snake or Train) to spinal-case.
ToTrain converts a string (camel, snake or spinal) to Train-Case.