When my button1 is clicked it runs this
MatchCollection matchCollection = new Regex(@"(?<=/>)\d+").Matches(new StreamReader(((HttpWebResponse)((HttpWebRequest)WebRequest.Create("http://www.proxyserverlist24.top/feeds/posts/default")).GetResponse()).GetResponseStream()).ReadToEnd());
Basicly, it's going to http://www.proxyserverlist24.top/feeds/posts/default and trying to extract the numbers between /%gt; and lt;br
/%gt;103.12.161.1:65103%lt;br /%gt;103.16.61.134:8080%lt;br /%gt;103.21.77.106:8080%lt;br
How do I go about to grabbing those numbers?