SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.UnencodeURL( urlString )
Converts URL-encoded version of urlString from hex-encoded sequences to ASCII equivalents. For example, %26 becomes &. To convert ASCII characters to hex-encoded sequences, use Ext.EncodeURL( urlString ).
urlString
Use this argument to provide a string to encode to ASCII format.
The unencoded version of the string urlString.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.