Thread
:
Question for php and regex gurus...
View Single Post
03-11-2006, 03:25 PM
mortenb
Confirmed User
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
I'm thinking something similar to this:
Code:
preg_match_all("|src\=\"?'?`?([[:alnum:]:?=&@/._+-]+)\"?'?`?|i", $string, $matches);
mortenb
View Public Profile
Find More Posts by mortenb