Thread
:
Question for php and regex gurus...
View Single Post
03-11-2006, 04:04 PM
BigBen
Confirmed User
Join Date: Nov 2004
Location: scv
Posts: 2,299
Quote:
Originally Posted by
mortenb
I'm thinking something similar to this:
Code:
preg_match_all("|src\=\"?'?`?([[:alnum:]:?=&@/._+-]+)\"?'?`?|i", $string, $matches);
That works great. Thank you!
BigBen
View Public Profile
Find More Posts by BigBen