Online documentation - Websydian v6.1 |
WSYBASE/StringFunctions.WebServer.EncodeHTMLEntities
WSYBASE/StringFunctions.Server.EncodeHTMLEntities
Field | Variable | ...as | Description |
---|---|---|---|
StringSource | Input | Input | Field containing the string to be encoded |
StringTargetLength | Output | Output | The length of the returned string |
StringTarget | Output | Output | The encoded string returned |
Replace all HTML entities in a string e.g. the string <p>WebsydianExpress</p> will become <p>WebsydianExpress</p>