Recase.DotCase (recase v0.7.0) View Source

Module to convert strings to dot.case.

This module should not be used directly.

Examples

iex> Recase.to_dot "foo_barBaz-λambdaΛambda-привет-Мир"
"foo.bar.baz.λambda.λambda.привет.мир"

DotCase is the same as KebabCase and SnakeCase. But uses . as a separator.

Link to this section Summary

Link to this section Functions

Specs

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