-
See Also
- URLEncode
- URLQueryDecode
- URLBuild
- URLParse
-
- Interpreter Types
- URLString
- URLQueryString
- Related Guides
- Workflows
URLDecode["string"]
decodes a URL-style percent-encoded string.
URLDecode
URLDecode["string"]
decodes a URL-style percent-encoded string.
Details and Options
- By default, URLDecode assumes that character codes of percent-encoded characters are in UTF-8.
- URLDecode has option CharacterEncoding, which allows other character encodings to be specified.
Examples
open all close allBasic Examples (2)
Decode a percent-encoded string:
URLDecode["Hello%2C+World%21"]URLDecode automatically threads over lists:
URLDecode[{"Kurt+G%C3%B6del", "Paul+Erd%C5%91s"}]Related Guides
Related Workflows
- Construct a URL Query String
History
Text
Wolfram Research (2014), URLDecode, Wolfram Language function, https://reference.wolfram.com/language/ref/URLDecode.html.
CMS
Wolfram Language. 2014. "URLDecode." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/URLDecode.html.
APA
Wolfram Language. (2014). URLDecode. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/URLDecode.html
BibTeX
@misc{reference.wolfram_2026_urldecode, author="Wolfram Research", title="{URLDecode}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/URLDecode.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_urldecode, organization={Wolfram Research}, title={URLDecode}, year={2014}, url={https://reference.wolfram.com/language/ref/URLDecode.html}, note=[Accessed: 13-June-2026]}