I'm trying to get the text inside an href link, in particular I've this:
<a href="/matches/2015/02/07/italy/serie-a/juventus-fc/ac-milan/1836527/" class="form-icon form-win " title="Juventus - Milan 3 - 1">W</a>
So I made this regex:
.giornata_1_casa_flag = Regex.Match(Casa_Rgx(0).Value, "/<a [^>]*href=""?([^"">]+)""?>/").Groups(2).ToString
the pattern, however, don't get any value. I'm waiting a result like: W. This character allow me to execute many control.