the source of text file like this
<html><head><title>my page></title></head>
<body>
<table><tr><td>
<a href="http://mysite/bbsui.jsp?id=dxpwd">dxpwd</a>
</td><td>
<a href="http://mysite/bbsui.jsp?id=jimeth">jimeth</a>
</td><td>
<a href="http://mysite/bbsui.jsp?id=jone28">jone28</a>
</td><td>
<a href="http://mysite/bbsui.jsp?id=25528">25528</a>
</td></tr>
.....
</body></html>
and i need to read this source text file and got it URL like this
http://mysite/bbsui.jsp?id=dxpwd
http://mysite/bbsui.jsp?id=jimeth
http://mysite/bbsui.jsp?id=jone28
http://mysite/bbsui.jsp?id=25528
how do i write a regular expressions for this purpose.
thanks
Formatting cleaned up by GrandFather