If a few of you are unfamiliar with Wordpress's YouTub tag, it looks like this
[youtube=http://www.youtube.com/watch?v=ooCLnrmIRFo&feature=related]
I am not very good with regular expressions, and all I have found out how to do is get from everything in between "[youtube=" and "]" using the following, but i need the value of "v".
(\[youtube=)(.+)(\])
Your help is much appreciated.