rawurldecode
Decodes a rawurlencoded string
[...] = optional ... = your value
[var $... = ]call rawurldecode $val=...
Notes
For strings with spaces encoded as
+ signs use
urldecodeExample code
Example output
Reloadinput = %21%20%22%C2%A3%24%25%5E%26%2A%2B
output = ! "£$%^&*+