1
I found in the documentation of PHP
the function substr_replace
but it doesn’t do exactly what I want, it simply replaces a string that I pass as a parameter by another substring. What I want is to pass a string and within that string replace all occurrences of a given substring with another.
True, and that one, it was hard to find that manual and a mess, thank you.
– Júlio Souza Pereira