从短语:
<div class="latestf"> <a href="http://www.x.ro/anamaria/"
rel="nofollow"
我想提取anamaria。如何用 preg_match_all 做到这一点?
我试过了:
preg_match_all("'<div class=\"latestf\">
<a href=\"http://www.x.ro/(.*?)\" rel=\"nofollow\"'si", $source, $match);
但它没有工作......
先感谢您 !