RESULTS:
Execution Time(sec.):
0.000007
Raw Match Pattern:
<a\s[^>]*href=\"([^\"]*)
$matches Array:
(
[0] => Array
(
[0] => <a href="http://somesite.com/apage.aspx
[1] => <a href="http://somesite.com/page2.aspx
[2] => <a href="http://somesite.com/last.aspx
)
[1] => Array
(
[0] => http://somesite.com/apage.aspx
[1] => http://somesite.com/page2.aspx
[2] => http://somesite.com/last.aspx
)
)