UrlEncode
Description
Converts non ASCII characters in a string into the form of a percent character and two hexadecimal characters (%HH). A new column is created for the results.
A colon character ":" is encoded as (%3A).
A forward slash character "/" is encoded as (%2F).
If the UrlEncode function was used on (http://www.google.com) the result would be (http%3A%2F%2Fwww.google.com)
Use
- Argument:
- Select an argument. (String)
- Output field name:
- Enter an output field name.
Example
Value | UrlEncode() returns |
---|---|
https://documentation.automationhero.ai/ | https%3A%2F%2Fdocumentation.automationhero.ai%2F |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_UrlEncode" to see an example of this function.