def

func:trimEnd

trimEnd(val)

Trim whitespace only from the end of the string. See trim() for definition of whitespace.

Examples:

" abc ".trimEnd  >>  " abc"
"abc".trimEnd    >>  "abc"

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function