simple string question
7stud
bbxx789_05ss at yahoo.com
Mon Sep 7 02:44:55 EDT 2009
More information about the Python-list mailing list
Mon Sep 7 02:44:55 EDT 2009
- Previous message (by thread): simple string question
- Next message (by thread): simple string question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sep 6, 11:29 pm, "jwither" <jwit... at sxder4kmju.com> wrote: > Given a string (read from a file) which contains raw escape sequences, > (specifically, slash n), what is the best way to convert that to a parsed > string, where the escape sequence has been replaced (specifically, by a > NEWLINE token)? > > James Withers 1) What is a "parsed string"? 2) What is a "NEWLINE token"?
- Previous message (by thread): simple string question
- Next message (by thread): simple string question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list