Cut string
Removes all occurrences of the second value from the first; returns the result.
Removes all occurrences of the second value from the first; returns the result.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Source string | string | yes | |
| Substring to remove | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Result | string |