Also, we can replace every occurrence of a character or string with another character or string.

Yes you are! We used the Replace () method to replace every occurrence of "b", the first argument, with "c", the second argument.

While this method exists, does it really sound like it replaces parts of a string?