Hello,
I'm trying to match google video urls
I've tried this
but something is wrong, can someone help ?, thanks.
I'm trying to match google video urls
I've tried this
Code:
var rexgoog = /http:\/\/video\.google\.com\/videoplay?docid=\d{19}/;
but something is wrong, can someone help ?, thanks.