ClarkeRubber

Regex Youtube Embeding and Domain Matching

May 20th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. YouTube domains for embedding:
  2. (http:\/\/)?(www\.)?youtube\.com/watch\?((v=([a-zA-Z0-9_-]+))?(&?[a-zA-Z0-9_-]+=[a-zA-Z0-9_-]+))*
  3. The video ID is $5 if v=id is the first tag, otherwise it wont match
  4.  
  5. All types of domain:
  6. (http:\/\/)?(www\.)?[a-zA-Z0-9_-]+\.[a-zA-Z]+(\/[a-zA-Z0-9]*)*(\/?\?[a-zA-Z0-9]+=[a-zA-Z0-9_-]+(&[a-zA-Z0-9]+=[a-zA-Z0-9_-]+)*)*
Advertisement
Add Comment
Please, Sign In to add comment