I have tried this:
data= <div id="clock-days">016<span class="timedesc">days </span></div>
Regex= (?<=<div id="clock-.*)\d.+(?=<span class="timedesc">)
I want to get the number 016
Matt
I think it failed because it made the capture group variable length, but that is speculation.
Matt