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