Url
This section contains reference documentation for the url functions.
Returns the url-encoded or url-decoded string of the input string with UTF_8 encoding, formatting details see java.net.URLEncoder
Signature
encodeUrl(string)
decodeUrl(string)