string llUnescapeURL(string url)
Returns the string that is the URL unescaped version of
url, replacing "%20" with spaces, etc.
The function can output raw UTF-8 strings.
Like
llEscapeURL, this function can only output 254 characters.
See
llEscapeURL.
Note that llUnescapeURL does not recognize "+" as a space. When using PHP to encode strings for this you will need to use rawurlencode(), not urlencode().
This article wasn't helpful for you? Maybe the
related article at the LSL Portal is able to bring enlightenment.
Functions