Jump to content

Need some help with regular expressions!


komakino

Recommended Posts

Hi, i really suck when it comes to regular expressions.

I would like to find en HTML element with a certain css class in a string, and then add a link tag to it.

 

I want to find:

<img src="..." class="myclass" />

 

And make it into:

<a href="..."><img src="..." class="myclass" /></a>

 

Can someone help? I dont know where to start.

Link to comment
https://forums.phpfreaks.com/topic/48573-need-some-help-with-regular-expressions/
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.