You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The function returns a STRING LIST with the content of argument s where the first occurrence of substring find has been replaced with string replacement.

Syntax
findReplaceFirst(string s, string find, string replacement) #Output: String list
Examples
Parser expressionDescription
findReplaceFirst("Goodbye my love, hello my friend.", "my", "your")

The function returns a STRING LIST"Goodbye your love, hello my friend."

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a STRING