Posted by windandwaves on 11/06/07 20:45
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.
Thank you
Nicolaas
[Back to original message]
|