I have the following:
<ul style="display: block;">
<li id="deviceTree_3" class="device">
<div class="tree-itemBody ">
<div class="triCheck"</div>
<div class="tree-arrowPlaceholder"></div>
<span class="tree-itemContent">Bath Vanity (na)</span>
</div>
</li>
The idea is to get the number after the deviceTree_#
The issue im running into is the number can be various lengths ie ....583 or 3
is this a regex situation or is there something a simpler solution