Status
Tech review

Style guide




Short description

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

Output




Returns a 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: String list



Parser expressionDescription


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


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



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a