def

func:trimStart

trimStart(val)

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

Examples:

" abc ".trimStart  >>  "abc "
"abc".trimStart    >>  "abc"

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function