Posted by Michael Fesser on 11/06/07 21:21
..oO(windandwaves)
>Why is this so hard?
>
>I can do a str_replace. That is easy. However, I do many of them AND
>I want to make sure that one replacement does not override another...
>
>e.g.
>statement 1 could be: replace "cats" with "dogs"
>statement 2 could be: replaced "do" with "did"
>
>as you can see, this could turn "cats" into "didgs"
>
>That is what is the hard part.
That's why I suggested to give strtr() a try, which should avoid this
problem.
Micha
Navigation:
[Reply to this message]
|