import "istio.io/istio/pkg/util/strcase"
CamelCase converts the string into camel case string
CamelCaseToKebabCase converts "MyName" to "my-name"
CamelCaseWithSeparator splits the given string by the separator, converts the parts to CamelCase and then re-joins them.
Package strcase imports 2 packages (graph) and is imported by 6 packages. Updated 2020-10-15. Refresh now. Tools for package owners.