Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
xdmp.urlDecode( $encoded as String ) as String
Converts URL-encoded string to plaintext. This decodes the string created with xdmp.urlEncode.
Parameters | |
---|---|
$encoded | Encoded text to be decoded. |
xdmp.urlDecode("Why+not%3f"); => "Why not?"
Comments