ENCODE_URI()

Prev Next
This content is currently unavailable in Русский. You are viewing the default (English) version.

Description

Returns a URL-encoded string version of a URI.

Available In

  • Apps
  • Automations

Syntax

ENCODE_URI(component: Text) => Text

Example

ENCODE_URI("http://example.com/a=foo&b=a test") = "http://example.com/a=foo&b=a%20test"