Hi all,
I've just stated with B4A, and till now it's fun!
Anyway... I'm stuck at the moment, and I hope that someone here might know how to solve my problem.
Basicaly I'm "scraping" some text from a website.
This is working great except one part of the text!
The html for the problem part looks like this:
The part that I'm after is between the wb> and </i>
If the w value would stay the same it would be so much easer with string.Replace("<i name=wXXX class=wb>","") and string.Replace("</i>","") but as you can see it's not.
Anyone here who might have a small example on how to do this?
Thank you,
Noel
I've just stated with B4A, and till now it's fun!
Anyway... I'm stuck at the moment, and I hope that someone here might know how to solve my problem.
Basicaly I'm "scraping" some text from a website.
This is working great except one part of the text!
The html for the problem part looks like this:
B4X:
<i name=w142 class=wb>14-118</i>
<i name=w122 class=wb>10-103</i>
<i name=w1332 class=wb>99</i>
<i name=w25 class=wb>2424</i>
<i name=w346 class=wb>21</i>
If the w value would stay the same it would be so much easer with string.Replace("<i name=wXXX class=wb>","") and string.Replace("</i>","") but as you can see it's not.
Anyone here who might have a small example on how to do this?
Thank you,
Noel
Last edited: