I am trying to extract the info from the paragraph.
I want to get everything between the first (State:
) and the (<br>
).
Please see the link below. http://regexr.com/4uphu
This is the case:
<b>Bank:</b> <a href="#">ABU DHABI COMMERCIAL BANK</a><br><br><b>Address:</b>
If possible I need to extract this ABU DHABI COMMERCIAL BANK
.
Thanks.