I have this piece of HTML code:
<tr class="AttCardFooter" onMouseOver="this.style.backgroundColor='#E1EAFE'" onMouseOut="this.style.backgroundColor='Transparent'">...etc etc.. new lines etc.. <td title="Saldo+">33:33</td><td title="Saldo-">22:22</td> .. etc etc...
I need JavaScript regex that will grab these two fields 33:33 and 22:22 All that I have tried fails because of new line characters. If anyone knows how to accomplish that I would be very grateful.