Wonkey types string replace
wonkey:wonkey.types.String.Replace
Method Replace:String( find:String,replace:String )#
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. |