Re: (easy question) Find and replace multiple items

2006-08-09 Thread ds4ff1z
Tim Chase wrote: > > Hello, i'm looking to find and replace multiple characters in a text > > file (test1). I have a bunch of random numbers and i want to replace > > each number with a letter (such as replace a 7 with an f and 6 with a > > d). I would like a suggestion on an a way to do this. T

Re: (easy question) Find and replace multiple items

2006-08-08 Thread Simon Forman
ds4ff1z wrote: > Hello, i'm looking to find and replace multiple characters in a text > file (test1). I have a bunch of random numbers and i want to replace > each number with a letter (such as replace a 7 with an f and 6 with a > d). I would like a suggestion on an a way to do this. Thanks http

Re: (easy question) Find and replace multiple items

2006-08-08 Thread Mark Peters
ds4ff1z wrote: > Hello, i'm looking to find and replace multiple characters in a text > file (test1). I have a bunch of random numbers and i want to replace > each number with a letter (such as replace a 7 with an f and 6 with a > d). I would like a suggestion on an a way to do this. Thanks how

Re: (easy question) Find and replace multiple items

2006-08-08 Thread Tim Chase
> Hello, i'm looking to find and replace multiple characters in a text > file (test1). I have a bunch of random numbers and i want to replace > each number with a letter (such as replace a 7 with an f and 6 with a > d). I would like a suggestion on an a way to do this. Thanks Well, the canonical

(easy question) Find and replace multiple items

2006-08-08 Thread ds4ff1z
Hello, i'm looking to find and replace multiple characters in a text file (test1). I have a bunch of random numbers and i want to replace each number with a letter (such as replace a 7 with an f and 6 with a d). I would like a suggestion on an a way to do this. Thanks -- http://mail.python.org/