problem writing a Pattern for preg_match_all
Posted: Thu Jan 28, 2010 7:00 am
I want to use preg_match_all() function to finding some kind of spacial codes.
The codes are:
x is a file name and contains A-Z, a-z, 0-9, _, -
But I cant write the Pattern
Please help me
The codes are:
Code: Select all
[podcast]http://www.mydomain.com/radio/x.mp3[/podcast]
and
[podcast]http://www.mydomain.com/multimedia/x.flv[/podcast]But I cant write the Pattern
Please help me