Rill v0.10.4 Rill.Casing View Source

Link to this section Summary

Link to this section Types

Link to this type

converted() View Source
converted() :: String.t() | map()

Link to this type

converter() View Source
converter() :: (convertible() -> converted())

Link to this type

convertible() View Source
convertible() :: String.t() | map() | atom()

Link to this section Functions

Link to this function

to_camel(atom) View Source
to_camel(data :: convertible()) :: converted()

Link to this function

to_snake(atom) View Source
to_snake(data :: convertible()) :: converted()

Link to this function

to_string_case(text, fun) View Source
to_string_case(data :: convertible(), fun :: converter()) :: converted()