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

Compare with Current View Page History

« Previous Version 7 Next »

This function returns a text 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: Text list
Examples
Parser expressionDescription
findReplaceFirst("Goodbye my love, hello my friend.", "my", "your")

This function returns the following text list"Goodbye your love, hello my friend."

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST