ll.EscapeURL(URL: string) : string
Returns an escaped/encoded version of url, replacing spaces with %20 etc. Returns the string that is the URL-escaped version of URL (replacing spaces with %20, etc.). This function returns the UTF-8 encoded escape codes for selected characters.
ll.EscapeURL('test')
{
"def": "func",
"desc": "Returns an escaped/encoded version of url, replacing spaces with %20 etc.\nReturns the string that is the URL-escaped version of URL (replacing spaces with %20, etc.).\n This function returns the UTF-8 encoded escape codes for selected characters.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlEscapeURL",
"name": "EscapeURL",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "URL",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}