Regular Expression in java

Posted by Sunil on Stack Overflow See other posts from Stack Overflow or by Sunil
Published on 2010-04-17T10:42:38Z Indexed on 2010/04/17 10:53 UTC
Read the original article Hit count: 344

Filed under:
|
|

I have a HTML page and I want to fetch the result between two tags <b> and <BR>

<b>Defendants Name:</b>Donahue, Leah A                                  <BR>

What is the regular expression to fetch the words between these two tags

© Stack Overflow or respective owner

Related posts about java

Related posts about html