Replace one element of a tuple
BartlebyScrivener
rpdooling at gmail.com
Thu Jun 1 17:55:46 EDT 2006
>> I've looked at various search-and-replace snippets but none that address
>> what I am trying to do....
I think you need to tell more about what you're trying to do. You say
it's in a database? Is that why you can't just put the whole blob in
your text editor and do search-and-replace?
And is that also why you can't turn it into a giant string and do
giantstring.replace('unwanted','wanted')
rd
More information about the Python-list
mailing list