webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | String | HTMLDecode
 
HTMLDecode
Replaces HTML character entities with native characters.
Specifically, the service:
Replaces this HTML character entity...
With...
>
>
<
<
&amp;
&
&quot;
"
Input Parameters
inString
String An HTML-encoded String.
Output Parameters
value
String Result from decoding the contents of inString. Any HTML character entities that existed in inString will appear as native characters in value.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.