$replaceAll
The$replaceAll operator replaces all occurrences of a substring with a new substring in the original string.
Input
- An array containing exactly three string values: the original string, the substring to replace, and the new substring
Output
- The original string with all occurrences of the specified substring replaced
Examples
Basic Replace All
"Hi, world! Hi, universe!"

