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"

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function