im using preg_match_all
this is the syntax according to the php manual
int preg_match_all ( string pattern, string subject, array matches [, int flags [, int offset]])
my question is
what is the correct patter if i want to get
yahoo.com
google.com
from
<a href="yahoo.com">yahoo<a>
<a href="google.com">google<a>