Jungle.Inflexor v0.1.3 Jungle.Inflexor.Underscore View Source

Link to this section Summary

Functions

Makes an underscored, lowercase form from the expression in the string or atom

Link to this section Functions

Makes an underscored, lowercase form from the expression in the string or atom.

Examples

iex> Jungle.Inflexor.underscore("UpperCamelCase")
"upper_camel_case"