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

Reply via email to