Jump to content

Replacing all spaces inside a tags


Splash

Recommended Posts

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  :D

Link to comment
https://forums.phpfreaks.com/topic/207855-replacing-all-spaces-inside-a-tags/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.