Posted by Good Man on 11/06/07 20:55
windandwaves <nfrancken@gmail.com> wrote in news:1194381953.358772.178700
@q3g2000prf.googlegroups.com:
> 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.
then yes, go for regex so you can specify beginnings/ends of words as
opposed to characters in a string
Navigation:
[Reply to this message]
|