can someone explain to me why this regex doesnt work:
Code:
http:\/\/\www.veevr\.com\/videos\/.*([^a-z0-9]+)
for links like:
Code:
http://www.veevr.com/videos/V7LSZM50
it comes up as a regular link when parsed, but when i manually added the video bbcode:
Code:
[video=veevr;V7LSZM50]http://www.veevr.com/videos/V7LSZM50[/video]
it works great
please help me make this automatic