Returns a copy of str with the first character lowercased
str
Returns a copy of str with the first character lowercased.
iex> ExConstructor.Utils.lcfirst("OmgThisIsCool") "omgThisIsCool"