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 every occurrence of substring find and ignoring the case, has been replaced with string replacement.

Syntax
findReplaceAllIgnoreCase(string s, string find, string replacement) #Output: String list
Examples
Parser expressionDescription
findReplaceAllIgnoreCase("Hello my love, hello my friend.", "hello", "Goodbye")
This example returns the following text list: "Goodbye my love, Goodbye 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