We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The Replace operator replaces a specific string within another string.
Replace
Replace(haystack, needle, replace)
haystack
needle
replace
The operator replaces all occurences of needle within haystack with replace.
Example: Replace($CompanyName, "Ltd.", "AG").
Replace($CompanyName, "Ltd.", "AG")
There was an error while loading. Please reload this page.