Jump to content

[SOLVED] Request : Help on preg_match_all()


sameer1122

Recommended Posts

I have a string - http://www.youtube.com/watch?v=xxxxxxxxxxx

 

Can somebody help me with the code to retrive xxxxxxxxxxx from the string

 

I tried

 

$pattern = '/youtube\]http://(?:www\.)?youtube.com/watch\?v=([0-9A-Za-z-_]{11})[^[]*\[/youtube\]/s';

preg_match_all($pattern,$text,$matches);

 

But it doesnt work and gives the error - preg_match_all() [function.preg-match-all]: Unknown modifier '/'

 

Thanking you

 

Sameer

Link to comment
https://forums.phpfreaks.com/topic/50011-solved-request-help-on-preg_match_all/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.