simple string backspace question

vedrandekovic at v-programs.com vedrandekovic at v-programs.com
Tue Jul 31 05:44:12 EDT 2007


Hello,

I have one simple string, backspace character question.Here is my
example:

>>> text="Hello\bworld"
>>> print text
"HelloBSworld"

Should this character "\b" (backspace) in this text return this:
"Helloworld"?





Regards,
Vedran




More information about the Python-list mailing list