|
|
$str.replaceAppend one string to another. |
| Syntax |
|
| Description |
| This function returns a string created replacing all ocurrences of the third parameter ('toreplace') in the string given as the first parameter ('string') with the string given as the second parameter ('newstr'). |