iancoleman / strcase

A golang package for converting to snake_case or CamelCase
MIT License
1.01k stars 106 forks source link

Support Dot Separated Strings #21

Closed alock closed 2 years ago

alock commented 4 years ago

If the string you are manipulating is separated by a dot most methods will not work. Please see this simple example https://play.golang.org/p/q_Q6v7HffWj.

alock commented 4 years ago

Similar to https://github.com/iancoleman/strcase/issues/16 and https://github.com/iancoleman/strcase/issues/20

alock commented 2 years ago

Looks like this is resolved from the merge above thanks!