substitute
|
The substitute function substitutes one specified Text substring for another
substring in a given Text or String.
Usage Use the substitute function when you want to replace specified Text in one or
more places in a Text or String. Use the replace function when you want to
replace a Text substring that occurs in a specific location in a Text or String.
(substitute string old-text new-text count) The result string after the substitute has been done
Expression:
Arguments
Name
Type
Description Argument: string String or Text
The String or Text that you want to modify. Argument: old-text String or Text
A String or Text to be substituted. Argument: new-text String or Text
The new Text or String to be inserted place of old-text Argument: count Integer
Optional. If present, it must be a number specifying the number of times old-text
is to be substituted. If not present, all instances are substituted.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
String | Text | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|