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