UCE Docs / uri_encode

Signature

String uri_encode(String s)

Parameters

s : string that should be encoded
return value : an URI-encoded version of 's'

URI-encodes a string.

Example

print(uri_encode("Ada Lovelace"), "\n");
Output
Ada%20Lovelace