accent v1.1.1 Accent.Case behaviour

Link to this section Summary

Functions

Convert the keys of a list based on the provided transformer.

Callbacks

Converts a string or atom to the same or different case.

Link to this section Functions

Link to this function

convert(map, transformer)

Specs

convert(map(), module()) :: map()
convert(list(), module()) :: list()

Convert the keys of a list based on the provided transformer.

Link to this section Callbacks

Specs

call(String.t() | atom()) :: String.t() | atom()

Converts a string or atom to the same or different case.