Replace all occurrences of a substring in a string. If the string is in a pair of "/", it will be treated as a regular expression.
| Name | Type | Required | Multiple | Min. | Max. | Description |
|---|---|---|---|---|---|---|
| String (string) | string | - | - | String to be replaced | ||
| Find String (search) | string | - | - | Stirng to be found | ||
| Replacement String (replace) | string | - | - | String to be replaced with |
| Name | Type | Default | Required | Options | Description |
|---|---|---|---|---|---|
| String (string) | string | The whole string to be operated on | |||
| Find String (search) | string | Stirng to be found, if the string is in a pair of "/", it will be treated as a regular expression. | |||
| Replacement String (replace) | string | String to be replaced with | |||
| Replace All (replaceAll) | boolean | Replace all occurrences of a substring in a string. |
| Name | Type | Description |
|---|---|---|
| Value (value) | string |