monkey:monkey.types.String.Replace
Replace all occurances of a substring with another string.
Returns the string with all occurances of find replaced with replace.
| Parameters | |
|---|---|
find |
find The string to search for. |
replace |
replace The string to replace with. |