replace()

Function group Execute on client Platform(s)
String YES All

Syntax

replace(source-string,target-string,replacement-string)

Description

Replaces the first occurrence of the target-string, within the source-string, with the replacement-string. Returns the resulting string.

Example

Calculate lString as  replace('admInIstratIon',chr(73),'i')
# returns 'adminIstratIon'