Websydian v6.1 online documentationOnline documentation - Websydian v6.1

Replace

Scoped name

WSYBASE/StringFunctions.WebServer.Replace

WSYBASE/StringFunctions.Server.Replace

Interface

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

Description

Search and replace all occurrences of a string within another string.