I have this bbcode:
[url=http://www.youtube.com/watch?v=h1bIEK1h150]If I offer you my soul[/url]
for example. How can I turn this into this:
<a href="http://www.youtube.com/watch?v=h1bIEK1h150" target="_blank">If I offer you my soul</a>
I have this bbcode:
[url=http://www.youtube.com/watch?v=h1bIEK1h150]If I offer you my soul[/url]
for example. How can I turn this into this:
<a href="http://www.youtube.com/watch?v=h1bIEK1h150" target="_blank">If I offer you my soul</a>
You need a regular expression. Taking into account that bbcode can have a text URL or only the URL, you will need two statements:
Also, if you're parsing bbcode from PHPBB, it can have a unique user identifier: