Recase.KebabCase (recase v0.7.0) View Source

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

Link to this section Summary

Link to this section Functions

Specs

convert(String.t()) :: String.t()