> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/string-functions/urldecode.md).

# URLDecode

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - URLDecode

This Function decodes a specified URL encoded string.

### Parameters

* **Value** *\<string> -* The string to decode.

### Examples

* *Example 1*

URLDecode("SYSDEV%26Kalipso%20Designer+V4")\
**Result** = SYSDEV\&Kalipso Designer V4
