REPLACE
REPLACE(sText AS STRING, sTextToSearch AS STRING, sReplaceBy AS STRING) AS STRING
Replace in the string <sText> the sub-string <sTextToSearch> by the sub-string <sReplaceBy>.
Returns the modified string.
REPLACE(sText AS STRING, sTextToSearch AS STRING, sReplaceBy AS STRING) AS STRING
Replace in the string <sText> the sub-string <sTextToSearch> by the sub-string <sReplaceBy>.
Returns the modified string.