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