Wiki source for CommandXurldecode
======Command xurldecode======
=====Name=====
**xurldecode** Decodes a string in URL Encoding format to plain text
====Synopsis====
xurldecode [options] [string]
====Options====
Supports the standard [ [[SerializationOptions serialization options]] ]
||-n||do not output a linefeed||
||-p,-port port||Output to port instead of stdout||
====Description====
Decodes its argument, or if none, stdin from URL Encoding format to plain text
Example:
%%(shell)
xurldecode http%3A%2F%2Ftest.xmlsh.org%2Fdata%2Fbooks.xml
%%
Result
%%
http://test.xmlsh.org/data/books.xml
%%
====Return Value====
Returns 0 if the command executed successfully, 1 if there was an error.
----
[[Commands]]
[[CategoryCommands]]
[[CommandXurlencode]]
=====Name=====
**xurldecode** Decodes a string in URL Encoding format to plain text
====Synopsis====
xurldecode [options] [string]
====Options====
Supports the standard [ [[SerializationOptions serialization options]] ]
||-n||do not output a linefeed||
||-p,-port port||Output to port instead of stdout||
====Description====
Decodes its argument, or if none, stdin from URL Encoding format to plain text
Example:
%%(shell)
xurldecode http%3A%2F%2Ftest.xmlsh.org%2Fdata%2Fbooks.xml
%%
Result
%%
http://test.xmlsh.org/data/books.xml
%%
====Return Value====
Returns 0 if the command executed successfully, 1 if there was an error.
----
[[Commands]]
[[CategoryCommands]]
[[CommandXurlencode]]