[thelist] regexp question

Mr. Tenuta dtportnoy at videotron.ca
Tue Jul 13 16:18:29 CDT 2004


> <A href=\"blah.html\">
> 
> how do i get the "\"'s out so that i have just
> 
> <A href="blah.html">
> 
> thanks
> Alex

Heya,

In your return function try this instead as your return:

return stripslashes($matches);

Hope that helps,
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Lawrence Tenuta @ neoDesignz
http://www.neodesignz.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



More information about the thelist mailing list