ereg_replace and " ' [ ] \ characters
Posted: Wed Aug 20, 2008 6:28 am
I have read about ereg_replace. I managed to make it work, but how do I replace " ' \ [ ] characters? They seem to conflict with the script.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Is there a whole forum for that?For future references you'll want to use the Regex forums for regex posts.
Like if I want to escape [ then I will have to do \[ ?You have to escape them with a backslash