Replace All Occurrences
This function should take three strings as input: the main text, the target substring, and the replacement substring. It should return a new string where all occurrences of the target substring within the main text are replaced with the replacement substring....
You should be an authorized user in order to see the full description and start solving this mission.