Help me out in writing REGEX

Posted by giri on Stack Overflow See other posts from Stack Overflow or by giri
Published on 2010-03-24T18:22:28Z Indexed on 2010/03/24 18:33 UTC
Read the original article Hit count: 503

Filed under:
|

Hi I like to know how to write REGEX for the following code.

<a href="/search?q=user:111111+[apple]" class="post-tag" title="show all posts by this user in 'apple'">Apple</a><span class="item-multiplier">&times;&nbsp;171</span><br>

I just need to fetch Apple from the above source code. Can anybody help me out in writing REGEX. Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about regex