def
func:decapitalize
decapitalize(val)
Return this string with the first character converted to lowercase. The case conversion is for ASCII only. Also see capitalize()
and lower()
.
Examples:
decapitalize("Apple") >> "apple"
Return this string with the first character converted to lowercase. The case conversion is for ASCII only. Also see capitalize()
and lower()
.
Examples:
decapitalize("Apple") >> "apple"