Recase.KebabCase (recase v0.9.1)

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

Summary

Functions

convert(value)

@spec convert(String.t()) :: String.t()