goose icon indicating copy to clipboard operation
goose copied to clipboard

Add strcase package

Open lavoiesl opened this issue 4 years ago • 0 comments

  • ToPascalCase, ToCamelCase, ToSnakeCase, and ToHeaderField will transform any input to that form.
  • Support for unicode runes
  • Support for all-uppercase initialisms, like mandated by the Go convention.
  • Expose IsInitialism
  • Expose SplitJoin, which can be used for any style of joins.
  • Emphasis on reducing allocations for memory efficiency.

lavoiesl avatar Jan 26 '21 18:01 lavoiesl