How can I replace a certain part of my string with another one?
Input string:
\"Hello, my name is Santa\"
How can I change all
This can work also without of any of PHP string functions, here changing your 'a' to '&' ampersand character:
for ($i=0; $i