I have the following String and I want to filter the MBRB1045T4G
out with a regular expression in Java. How would I achieve that?
String:
<p class="ref">
<b>Mfr Part#:</b>
MBRB1045T4G<br>
<b>Technologie:</b>
Tab Mount<br>
<b>Bauform:</b>
D2PAK-3<br>
<b>Verpackungsart:</b>
REEL<br>
<b>Standard Verpackungseinheit:</b>
800<br>
? Something which starts at beginning of lińe with an uppercase letter? Something which ends with 4G? Something, 3 lines before Technologie?
– user unknown May 08 '12 at 17:37... so its STRING
but there is a line break between the in the html, is that relevant? – Dominik May 08 '12 at 17:41