Jungle.Inflexor v0.1.3 Jungle.Inflexor.Parameterize View Source

Link to this section Summary

Functions

Replaces special characters in a string so that it may be used as part of a ‘pretty’ URL

Link to this section Functions

Link to this function parameterize(string, option \\ "-") View Source

Replaces special characters in a string so that it may be used as part of a ‘pretty’ URL.

Examples

iex> Jungle.Inflexor.parameterize("jungle inflexor", "-")
"jungle-inflexor"