Help me out in writing REGEX
- by giri
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">× 171</span><br>
I just need to fetch Apple from the above source code.
Can anybody help me out in writing REGEX.
Thanks