<div>Hi, </div>
<div> </div>
<div>I am trying to grab the following string out of a text file using regular expression (re module):</div>
<div> </div>
<div>"DcaVer"=dword:00000640</div>
<div> </div>
<div>What I need to do with that string is trim down " "DcaVer"=dword:" and convert the remaining number from hex to dec.</div>
<div> </div>
<div>I have been trying to figure this out for a while..I am fairly new so please any help would be greatly appreciated.</div>