write regex code in java for following data

Posted by giri on Stack Overflow See other posts from Stack Overflow or by giri
Published on 2010-04-01T06:57:19Z Indexed on 2010/04/01 7:03 UTC
Read the original article Hit count: 217

Filed under:
|
    <table> 
<tr> 
<td style="width:180px"> 
<a href="/search?q=user:240698+[java]" class="post-tag" title="show all posts by this user in 'java'">java</a><span class="item-multiplier">&times;&nbsp;176</span><br> 
<a href="/search?q=user:240698+[servlets]" class="post-tag" title="show all posts by this user in 'servlets'">servlets</a><span class="item-multiplier">&times;&nbsp;25</span><br> 
<a href="/search?q=user:240698+[jsp]" class="post-tag" title="show all posts by this user in 'jsp'">jsp</a><span class="item-multiplier">&times;&nbsp;11</span><br> 
<a href="/search?q=user:240698+[core]" class="post-tag" title="show all posts by this user in 'core'">core</a><span class="item-multiplier">&times;&nbsp;9</span><br> 
</tr>
</table>

from the above code I need to fetch only java, servlets, jsp and core.

Can anybody plz help me out to write a regex in java to fetch those?

Thanks

© Stack Overflow or respective owner

Related posts about regex

Related posts about java