T
Tamas Nyilanszky
hi,
i need to filter (e.g.) the number 149, 1307 and 3100 from a line like
this one:
<td id=l2 title=149>1307/3100</td>
so i will be able to split that string with reg.split() and receive an
array with the 3 values in it somehow...
or does that only work with reg.match some way?
as you can read, i dont really know how to approach regexp yet.
also i cant find a comprehensive guide to regexp in use in vb .net anywhere.
i'd also appreciate an easier solution.
thx in advance
i need to filter (e.g.) the number 149, 1307 and 3100 from a line like
this one:
<td id=l2 title=149>1307/3100</td>
so i will be able to split that string with reg.split() and receive an
array with the 3 values in it somehow...
or does that only work with reg.match some way?
as you can read, i dont really know how to approach regexp yet.
also i cant find a comprehensive guide to regexp in use in vb .net anywhere.
i'd also appreciate an easier solution.
thx in advance