Versions in this module Expand all Collapse all v0 v0.2.2 Oct 23, 2022 v0.2.1 Sep 24, 2022 Changes in this version + func ConfigureAcronym(key, val string) + func ToCamel(s string) string + func ToDelimited(s string, delimiter uint8) string + func ToKebab(s string) string + func ToLowerCamel(s string) string + func ToScreamingDelimited(s string, delimiter uint8, ignore string, screaming bool) string + func ToScreamingKebab(s string) string + func ToScreamingSnake(s string) string + func ToSnake(s string) string + func ToSnakeWithIgnore(s string, ignore string) string