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