exconstructor v0.1.2 ExConstructor.Utils

Summary

Functions

Returns a copy of str with the first character lowercased

Functions

lcfirst(str)

Returns a copy of str with the first character lowercased.

iex> ExConstructor.Utils.lcfirst("Adam's Mom")
"adam's Mom"