package
0.3.0
Repository: https://github.com/shrddu/go-utils.git
Documentation: pkg.go.dev

# README

Example

s := "AnyKind of_string"
FunctionResult
ToSnake(s)any_kind_of_string
ToScreamingSnake(s)ANY_KIND_OF_STRING
ToKebab(s)any-kind-of-string
ToScreamingKebab(s)ANY-KIND-OF-STRING
ToDelimited(s, '.')any.kind.of.string
ToScreamingDelimited(s, '.')ANY.KIND.OF.STRING
ToCamel(s)AnyKindOfString
ToLowerCamel(s)anyKindOfString