def

func:replace

replace(val, from, to)

String replace of all occurrences of from with to. All three parameters must be strings.

Examples:

"hello".replace("hell", "t")  >>  "to"
"aababa".replace("ab", "-")   >>  "a--a"

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function