Bu sana sadece link'i verir.
string str = "123 53w5 www.google.com.tr www.kadiravci.com www.r10.net";
// Size the control to fill the form with a margin
MatchCollection ms = Regex.Matches(adress, @"(www.+|http.+)([\s]|$)");
Bu regex ise a tag'ı olan herşeyi verir.
<a\s+(?:[^>]*?\s+)?href="([^"]*)"