xdmp.urlDecode( encoded as String ) as String
Converts URL-encoded string to plaintext. This decodes the string created with xdmp.urlEncode.
xdmp.urlDecode("Why+not%3f"); => "Why not?"