Good day,
Given the following input:
I've tried using variations of:
However, that seems to be hacing off the end of the line, just before ">Jed".
One thing, about the input line, is that the number following "id=" is never the same twice.
So, how can I use the matcher to grab just "Jed" from the above line?
THANKS in advance!
~Chris :BangHead:
Given the following input:
B4X:
<div class="list-animal-name"><a href="wsAdoptableAnimalDetails.aspx?id=13069119&css=adoptableSearch.css" >Jed</a></div>
I've tried using variations of:
B4X:
Regex.Matcher("class=\""list-animal-name\"">([^>]+)", page)
However, that seems to be hacing off the end of the line, just before ">Jed".
One thing, about the input line, is that the number following "id=" is never the same twice.
So, how can I use the matcher to grab just "Jed" from the above line?
THANKS in advance!
~Chris :BangHead: