Re: [PHP] str_replace() problems actually *_replace() problems to be more accurate

2003-06-16 Thread Mark
--- Thomas Bolioli <[EMAIL PROTECTED]> wrote: > I am a perl/java/c++ programmer who is doing something in php and > have > run accross something I am stumped with. I am trying to replace > carriage > returns with or tags (p's in groups of two and br's for > any > unmatched cr's). I have tried

[PHP] str_replace() problems actually *_replace() problems to be more accurate

2003-06-16 Thread Thomas Bolioli
I am a perl/java/c++ programmer who is doing something in php and have run accross something I am stumped with. I am trying to replace carriage returns with or tags (p's in groups of two and br's for any unmatched cr's). I have tried all of the *_replace() functions including string_*, ereg_*