def

func:endsWith

endsWith(val, sub)

Return if Str ends with the specified Str.

Examples:

"hi there".endsWith("there")   >>  true
"hi there".endsWith("hi")      >>  false

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function