uce/site/doc/pages/uri_decode.txt
2026-06-16 12:21:31 +00:00

17 lines
251 B
Plaintext

:sig
String uri_decode(String s)
:params
s : string containing URI encoded data
return value : a string that contains the decoded version of 's'
:see
>uri
:content
Decodes a URI-encoded string.
:example
print(uri_decode("Ada%20Lovelace"), "\n");