Skip to content

drykit-go/strcase

Repository files navigation

strcase

Package strcase provides case conversion functions for strings in Go. It is primarily intended for internal use, I'd recommend not to use it in production.

Available conversions

  • Pascal(camelCase string) string
  • Camel(pascalCase string) string

About

Case conversion helper for strings in Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published