A
Aahz
Hello,
Can someone help me with this: I have taken string frm an html source,
and it looks like this:
<a class="v11" href=Sweden-232433.html>Sweden</a> (30millions)
Now I am trying to take out name of the state(in this case "Sweden").
What is best way to do this? Using RegEx validator?
I was thinking to make regex validation that takes strings between
values ".html>" and "</a> (" ?
Can it be done that way or should I do something else?
Thanks
Can someone help me with this: I have taken string frm an html source,
and it looks like this:
<a class="v11" href=Sweden-232433.html>Sweden</a> (30millions)
Now I am trying to take out name of the state(in this case "Sweden").
What is best way to do this? Using RegEx validator?
I was thinking to make regex validation that takes strings between
values ".html>" and "</a> (" ?
Can it be done that way or should I do something else?
Thanks