View Source Recase.KebabCase (recase v0.8.1)
Module to convert strings to kebab-case
.
This module should not be used directly.
Examples
iex> Recase.to_kebab "foo_barBaz-λambdaΛambda-привет-Мир"
"foo-bar-baz-λambda-λambda-привет-мир"
Read about kebab-case
here:
https://en.wikipedia.org/wiki/Kebab_case