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"

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function