Recase.CamelCase (recase v0.7.0) View Source

Module to convert strings to camelCase.

This module should not be used directly.

Examples

iex> Recase.to_camel "foo_barBaz-λambdaΛambda-привет-Мир"
"fooBarBazΛambdaΛambdaПриветМир"

Read about camelCase here: https://en.wikipedia.org/wiki/Camel_case

Link to this section Summary

Link to this section Functions

Specs

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