Re: ereg_replace problem
Rik Wasmus wrote:
>
> You are most likely looking for \b (word boundary)
Thanks Rik for all your . It is appreciated. I used your code and
wrote a callback function.
FFR, to use an object method as a callback function you need to use
array($this, 'function_name') as the callback function.
|