Thread: preg_match_all
View Single Post
Old 04-21-2008, 01:34 PM   #10 (permalink)
crazyryan
The Contributor
 
Join Date: Dec 2007
Posts: 27
Thanks: 0
crazyryan is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
Their HTML has changed which means that the regex will need updating, it's a simple fix and one I'd encourage you to have a go at yourself.
I'm lazy

<td class="code" id="code.+?">
to
<td class="code.+?" id="code.+?">

did the job, thanks :D
crazyryan is offline  
Reply With Quote