REPLACE - Replace characters in a string (Reports & Settings Report Generator function)

From Catalyst
Jump to: navigation, search

Syntax

$REPLACE{string, search, replace}

Description

Searches for all occurrences of character search and replace them with character replace.

Parameters

string
A text parameter that can not be omitted.
The string for the character replace.
search
A text parameter that can not be omitted.
Character to be searched for and replaced.
replace
A text parameter that can not be omitted.
Character to replace.

Returns

A text value. The resulting string from the replacement.