SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.EncodeURL()
Escapes special character values in a URL string.
Parameter | Type | Description |
---|---|---|
urlString |
string |
The text that may have characters that need to be escaped. |
Type | Description |
---|---|
string |
The URL-encoded version of the string urlString. |
SBM ModScript version: 11.3.
For example, & is converted to %26. To convert hex-encoded sequences to ASCII equivalents, use Ext.UnencodeURL().
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.