Help with inverted dictionary

ajikoe at gmail.com ajikoe at gmail.com
Tue Jul 12 11:20:02 EDT 2005


Hello,

First I'm not so clear about your problem, but you can do the following
steps:


1. Transform your file into list (list1)
2. Use regex to capture 'robert' in every member of list1 and add to
list2
3. Transform your list2 into a file

pujo




More information about the Python-list mailing list