Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder | pub.string:URLEncode
 
pub.string:URLEncode
WmPublic. URL-encodes a string.
Encodes characters the same way that data posted from a WWW form is encoded (that is, the application/x-www-form-urlencoded MIME type).
Input Parameters
inString
String String to URL-encode.
Output Parameters
value
String Result from URL-encoding inString. If inString contained non-alphanumeric characters (except -_.*@), they will appear in value as their URL-encoded equivalents (% followed by a two-digit hex code). If inString contained spaces, they will appear in value as plus (+) signs.