johnnyji / proper_case

Converts keys of maps to `snake_case`, useful as a plug to format params in the Phoenix connection pipeline
MIT License
89 stars 26 forks source link

Upper/lower case mode for to_camel_case #12

Closed max-konin closed 6 years ago

max-konin commented 7 years ago

There are UpperCamalCase and lowerCamelCase. Sometimes it is necessary to convert not to only lowerCamelCase.

It was useful for me but it could be useful for someone else.