echo str_replace("World","Peter","Hello world!");
output: Hello Peter!
echo str_ireplace("WORLD","Peter","Hello good world!");
output: Hello good Peter!
Pro tip: use ```triple backticks around text``` to write in code fences