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