Splash Posted July 15, 2010 Share Posted July 15, 2010 Hi, I've been struggling with this for a while now so hopefully someone can help me out. I need to use regex to replace all spaces inside an anchor tag for example. Hello this is a string, check this <a href="http://www.google.com">Google is cool</a> Oh and this <a href="http://www.google.com/blah blah">Google is cool</a> That is all Needs to become Hello this is a string, check this <a[sPACE]href="http://www.google.com">Google[sPACE]is[sPACE]cool</a> Oh and this <a[sPACE]href="http://www.google.com/blah[sPACE]blah">Google[sPACE]is[sPACE]cool</a> That is all Thank you Quote Link to comment https://forums.phpfreaks.com/topic/207855-replacing-all-spaces-inside-a-tags/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.