Status
Tech review

Style guide




Short description

Returns a text list with content of argument s, where every occurrence of substring find has been replaced with string replacement.

Output

Available since




The function returns a text list with content of argument s, where every occurrence of substring find has been replaced with string replacement.


findReplaceAll(string s, string find, string replacement) #Output: Text list



Parser expressionDescription


findReplaceAll("Goodbye my love, hello my friend.", "my", "your") 


The function returns a text list"Goodbye your love, hello your friend."



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.
xxx

Parameter description.



This function returns a