0
Escape URL
Description
The escape URL part is used to escape special characters in a URL so it is understandable for the browser.
Use
Simply provide the text or data object as an input path and set the output path.
Select escape/un-escape as an option.
Editor Fields
Field Name |
Description/Use |
Type/Options |
Optional/Mandatory |
Input path |
This is the name of the data object to escape/un-escape. Click … to see a list of |
Text/Data Object |
Mandatory |
Output path | This is the name of the data object to which it should be escaped/un-escaped. | Text | Mandatory |
Options | Escape: Escapes any special character to the encoding readable for the browser (ASCII). Unescape: Un-escapes any escaped (ASCII) character to normal text. Reference: http://www.w3schools.com/tags/ref_urlencode.asp |
Escape | Unescape | Mandator |
Example
Download and import the following example project in your workspace.
Like
Follow
Reply