Skip to content

URL Encoding Utilities

Dickson Law edited this page Apr 9, 2023 · 1 revision

URL Encoding Utilities

  • xwfu_encode(thing): URL-encodes the given value. If the value is a:
    • String: Return its URL-encoded result.
    • Struct or JsonStruct: Return its query string equivalent.
    • Any other type: Pass it through string() and return its URL-encoded result.

Clone this wiki locally