|
|
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 |
|
Parameters used in this function
|
This function returns a |