What is "replace"

Replace is the action of searching for a sub-string in a string and replacing it with a different sub-string.

For example, replace all characters 'l' inside 'Hello' for 'y', which would result in 'Heyyo'.