Specifically I need to use the eregi_replace() function 'cos that's what my client is using.
1. You use the "i" postfix - how do you specify it when using eregi_replace(). I mean, does it tag onto the end of the first or the second parameter?
2. The manual I got seems to indicate that...
I have text of the form
"<a href=a.b.c>Link 1</a> here are more words <a href=x.y.z>Link 2</a>"
which I need to change into BBcode:
"Link 1 here are more words Link 2"
What do the regular expressions parameters need to be to accompish this - way I try it gives me:
"Link 1</a> here are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.