I have some html files with codes like this :
<div style="border: 0px red solid; width: 633px; position: relative; margin: 0px;
float: right">
<font style="font-size: 8pt; color: Navy; font-weight: Bold;">Unit Name: </font>My Unit Name <font style="font-size: 8pt; color: Navy; font-weight: Bold;">
Manager: </font>My Manager Name <font style="font-size: 8pt;
color: Navy; font-weight: Bold;">Category: </font>My Category
</div>
<div style="border: 0px red solid; width: 122px; position: relative; margin: 0px;
padding: 0px;">
<button name="sSdewfwo87kjLKH7624QAZMLLPIdyt75576rtffTfdef22de" style="font-family: Tahoma;"
onclick="OpenMyWin2(1,843442,8445,'bf61fd588f00cbe7a37dab20c62e1c63')">
More Info</button></div>
I want to extract info in front of Category: & Manager: & Unit Name:. How can I use RegularExpression to extract those from large html file. those files may have 100 similar items.