Online documentation - Websydian v6.1 |
WSYBASE/StringFunctions.WebServer.Replace
WSYBASE/StringFunctions.Server.Replace
Field | Variable | ...as | Description |
---|---|---|---|
StringSource | Input | Input | Source string where you would like to replace a string |
StringSearch | Input | Input | The string to be replaced in the source string |
StringReplace | Input | Input | The string to be used when doing the replacement |
StringTarget | Output | Output | The string holding the replaced string |
StringTargetLength | Output | Output | The length of the returned string |
Search and replace all occurrences of a string within another string.