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

17 lines
216 B
Plaintext

:sig
String uri_encode(String s)
:params
s : string that should be encoded
return value : an URI-encoded version of 's'
:see
>uri
:content
URI-encodes a string.
:example
print(uri_encode("Ada Lovelace"), "\n");