ll.UnescapeURL (URL: string) -> stringReturns the string that is the URL unescaped, replacing "%20" with spaces, etc., version of URL. This function can output raw UTF-8 strings.
ll.UnescapeURL('test')
{
"def": "func",
"desc": "Returns the string that is the URL unescaped, replacing \"%20\" with spaces, etc., version of URL.\nThis function can output raw UTF-8 strings.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlUnescapeURL",
"private": false,
"takesSelf": false,
"name": "UnescapeURL",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "URL",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}