the-sett/elm-string-case

A library for converting between camel-case, snake-case, kebab-case and so on.


Install
elm-package install the-sett/elm-string-case 1.0.1

Documentation

elm-string-case

A library for converting between camel-case, snake-case, kebab-case and so on.

Some of the same functionality can be found in elm-community/string-extra, but a greater degree of flexibility can be found here with options to control capitalization within the string.