0
urlDecode
To decode a given string from a URL-compliant format into text
This function will convert a string from URL-compliant format into plain text based on the ASCII character set.
Syntax
urlDecode(string)
Return
string
Example
urlDecode(https://ninox.com?Name=Frank%20B%C3%B6hmer)
Result: https://ninox.com?Name=Frank Böhmer
See also
http
which sends an HTTP request.
urlEncode
which converts a given string into a URL-compliant string based on the ASCII character set.
Reply
Related articles
Content aside
- 1 mth agoLast active
- 11Views
-
1
Following