I want to extract a string from text like this:
<pre class="bbcode_code" style="height:372px;"> 186.93.6.99:8080 186.94.24.12:8080 187.0.116.173:3128 name1 187.0.222.167:3128 202.47.88.65:3128</pre>
i want to extract the string with this format string.string.string.string:string, for this ex i want this:
186.93.6.99:8080 186.94.24.12:8080 187.0.116.173:3128 187.0.222.167:3128 202.47.88.65:3128
i've try this code
but it's not working
Please help




