def

func:startsWith

startsWith(val, sub)

Return if Str starts with the specified Str.

Examples:

"hi there".startsWith("hi")   >>  true
"hi there".startsWith("foo")  >>  false

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function