Difference between revisions of "REPLACE - Replace characters in a string (Reports & Settings Report Generator function)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
Line 21: Line 21:
 
The resulting string from the replacement.
 
The resulting string from the replacement.
  
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Latest revision as of 13:04, 22 September 2016

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.