[<td>#</td>, <td>Preview</td>, <td>Item</td>, <td>Price</td>, <td>QTY</td>, <td>Total</td>, <td>1</td>, <td><img alt="item1" src="x.jpg"/></td>, <td>
<span class="title">xx6969</span>
<p>item1</p>
</td>, <td>
Dollar $ 1.15 </td>, <td><span>5</span></td>, <td>
Dollar $ 5.75 </td>, <td>2</td>, <td><img alt="item2" src="itemx.jpg/></td>, <td>
<span class="title">xx3131</span>
<p>itemx2</p>
</td>, <td>
Dollar $ 1.49 </td>, <td><span>5</span></td>]
The numbers inside these tags are the number I want to extract,
<td><span></span></td>
I want the output to be like this:
5
5
Thanks a lot, I hope ya'll having a great day...