what is Regex pattern for html tag in java or android ?

Posted by androidbase on Stack Overflow See other posts from Stack Overflow or by androidbase
Published on 2010-03-11T17:00:18Z Indexed on 2010/03/11 17:39 UTC
Read the original article Hit count: 356

Filed under:
|
|

i have this tag as input tag:

<a href="controller.jsp?sid=127490C88DB5&R=35144" class="11-link-dkred-bold"><b>Mr. John Q. Anderson&nbsp;&nbsp;&nbsp;MBA 1977 E</a>

in this i want get the value

Mr. John Q. Anderson   MBA 1977 E

wat is patten value for this in regex?

© Stack Overflow or respective owner

Related posts about android

Related posts about java