kevinkhan
11-02-2009, 11:11 AM
Hi guys.
Im looking for a regular expression to match html in this format
<a class="fn repname_busName repkey_IE_600885_5" href="/Florists/Aisling_Flowers_Cork/IE_600885_5">Aisling Flowers Cork</a>
$strListMatches = '!<a class="fn repname_busName repkey_IE_[0-9]*_[0-9]*" href="(.*)">(.*)</a>!isU';
but it doesnt seem to work.
Can anyone help me out?
Im looking for a regular expression to match html in this format
<a class="fn repname_busName repkey_IE_600885_5" href="/Florists/Aisling_Flowers_Cork/IE_600885_5">Aisling Flowers Cork</a>
$strListMatches = '!<a class="fn repname_busName repkey_IE_[0-9]*_[0-9]*" href="(.*)">(.*)</a>!isU';
but it doesnt seem to work.
Can anyone help me out?