URI component encoder
[string/URI component encoder]
URI component-encodes the received string. Example:
"hello world"@1 received via
string
"hello%20world"@1 sent via
encoded
Keywords: uri, url, component, encode, encoding
Input ports
string:
any
Receives a string to be URI component-encoded.
Output ports
encoded:
string
Sends the URI component-encoded string.
Last updated