Hi there,
Does anyone know any good tutorials for learning these as I feel its something i should learn.
Also - What would be the regex for anything for a text hyperlink. So it would pick up this:
...but it wouldn't pick up this:
This is as far as i have got:
Thanks.
Does anyone know any good tutorials for learning these as I feel its something i should learn.
Also - What would be the regex for anything for a text hyperlink. So it would pick up this:
VB.NET:
<a href="#">Hyperlink</a>
...but it wouldn't pick up this:
VB.NET:
<a href="#"><img src="/image.jpg" alt="" /></a>
This is as far as i have got:
VB.NET:
<a (.|\n)+?>\w*<\/a>
Thanks.
Last edited: