Searches the first string for all occurrences of the second string and replaces them with the third string.
<global>
Name | Type | Description |
---|---|---|
s1 | string | The string to be searched. |
s2 | string | The string to be replaced. |
s3 | string | The replacement string. |