slugy v0.1.0 Slugy
Link to this section Summary
Functions
Returns a downcased dashed string
Link to this section Functions
Link to this function
slugify(str)
Returns a downcased dashed string.
Examples
iex> Slugy.slugify("Hey ow lets go")
"hey-ow-lets-go"