Torna al Thread

string text = "<A href="http://www.nomesito.com/" title="A" />"; string pattern = @"\bhref" + '"' + @"\S*" + '"' + @"\b"; MatchCollection matches = Regex.Matches(text, pattern, RegexOptions.IgnoreCase);
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5