viaBowl
Member
Hello,
I'm doing a vb -> xf convert and i always get crushed on regular expressions. I'm trying to convert the following bbcode:
to the standard media bbcode:
Can someone who doesn't mind regular expressions help me on this one? Also, I'm not too good with mysql regex REPLACES as well!
THanks!
I'm doing a vb -> xf convert and i always get crushed on regular expressions. I'm trying to convert the following bbcode:
Code:
[video=youtube;YOUTUBEID]http://www.youtube.com/watch?v=YOUTUBEID&SOMEJUNK[/video]
to the standard media bbcode:
Code:
[media=youtube]YOUTUBEID[/media]
Can someone who doesn't mind regular expressions help me on this one? Also, I'm not too good with mysql regex REPLACES as well!
THanks!