Re: replacing characters within a string

2008-11-09 Thread Terry Reedy
Chris Rebert wrote: On Sat, Nov 8, 2008 at 9:16 PM, John Smith <[EMAIL PROTECTED]> wrote: Hi, I coded a python script that lets me parse a csv file into html code with a certain format, but I would like to replace every "<" and ">" character that appears within each column entry of the csv file

Re: replacing characters within a string

2008-11-08 Thread Chris Rebert
On Sat, Nov 8, 2008 at 9:16 PM, John Smith <[EMAIL PROTECTED]> wrote: > Hi, > > I coded a python script that lets me parse a csv file into html code with a > certain format, but I would like to replace every "<" and ">" character that > appears within each column entry of the csv file (they are par