Casing (typeri v0.1.1)
Transform from one casing to another
Examples
iex> "user-name" |> from(:kebab_case) |> to(:pascal_case) "UserName"
Summary
Functions
Transform from one casing to another
Transform from one casing to another
iex> "user-name" |> from(:kebab_case) |> to(:pascal_case) "UserName"
Transform from one casing to another