Hello,
I need to extract a particular value from this html snippet. As i would not like to use any external libraries the only way to achieve this using core java is using regular expressions. As i have never used regular expressions it would be great if you could suggest how the integer value could be retrieved from the below input.
<tr><td>GLOBALID=123245</td></tr>
I need to extract the integer value assigned to to GLOBALID.