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

From Catalyst
Revision as of 13:04, 22 September 2016 by ThrashBot (talk | contribs) (Updated from revision control)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.