ENCODE_URI_COMPONENT()

Prev Next

Description

Returns a URL-encoded string version of a URI component.

Available In

  • Apps
  • Automations

Syntax

ENCODE_URI_COMPONENT(component: Text) => Text

Example

ENCODE_URI_COMPONENT("a & b") = "a%20%26%20b"