recase v0.6.0 Recase.KebabCase 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