def

func:uriEncode

uriEncode(val)

Return the percent encoded string for this Uri according to RFC 3986. Each section of the Uri is UTF-8 encoded into octects and then percent encoded according to its valid character set. Spaces in the query section are encoded as +.

Examples:

`foo bar`.uriEncode  >>  "foo%20bar"

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function