Anyway, I'm developing a new site which uses a take on BB Code, but it's slightly different. I've had a read through a lot of RegEx stuff but it really is beyond me right now, so I've had no luck adapting code I've found.
So any help would be great
I want to search for URLs prefixed with "image=" and place them inside img tags.
i.e., turn image=http://www.blah.com/blah.gif into <img src="http://www.blah.com/blah.gif" />
Cheers,
Grum