Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- preg_match a hyperlink
- http://video.cnbc.com/gallery/?video=3000024508
- preg_match( '/^http://video.cnbc.com/gallery/?video=([0-9_-]/', $content )
- preg_match('#^http://video.cnbc.com/gallery/?video=([0-9_-]+)$#', $content);
- preg_match( '#^http://video.cnbc.com/gallery/?video=([0-9_-]+)#', $content )
- preg_match( '/^http://video.cnbc.com/gallery/?video=([0-9_-])/', $content)
Advertisement
Add Comment
Please, Sign In to add comment