I need to know uptime of the modem. I've examined the html; first the day counter should be extracted and then the timespan. I know there is Html Agility Pack but I want to keep it simple.
This is the html source snippet from the modem:
<tr><td><b><span id='SystemUpTime'>System Up Time</span></b></td><td>0 <span id='RgSwInfodays'>days</span> 00h:02m:09s</td></tr>
What would be the regex codes to extract day and then time?