I wanted to replace, in a string, all occurrences of the &
character with a e
(or remove it). The character may be in the middle of a word or appear multiple times in the same string.
Example:
Original value: John went to the Hotel & Spa to spend a holiday.
After replacing: John went to the Hotel and Spa to spend a vacation.