Jungle.Inflexor v0.1.3 Jungle.Inflexor.Dasherize View Source

Link to this section Summary

Functions

Replaces underscores with dashes in the string

Link to this section Functions

Replaces underscores with dashes in the string.

Examples

iex> Jungle.Inflexor.dasherize("one_big_slug")
"one-big-slug"